Skip to content
#

advanced

Here are 269 public repositories matching this topic...

mqyqingfeng
mqyqingfeng commented Dec 14, 2017

防冲突

underscore 使用 _ 作为函数的挂载对象,如果页面中已经存在了 _ 对象,underscore 就会覆盖该对象,举个例子:

var _ = {value: 1 }

// 引入 underscore 后
console.log(_.value); // undefined

所以 underscore 提供了 noConflict 功能,可以放弃 underscore 的控制变量 _,返回 underscore 对象的引用。

var _ = {value: 1 }

// 引入 underscore 后

// 放弃 "_",使用 "$"
var $ = _.noConflict();

console.log(_.value); // 1

// 使用 underscore

Keylogger is 100% invisible keylogger not only for users, but also undetectable by antivirus software. Blackcat keylogger Monitors all keystokes, Mouse clicks. It has a seperate process which continues capture system screenshot and send to ftp server in given time.

  • Updated Mar 3, 2020
  • C++

A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get the response from cache when the rate limit is exceeded or always get a cached value to spare your rate limits. Using wildcards in host names is also supported.

  • Updated Mar 13, 2020
  • PHP

PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.

  • Updated Feb 20, 2020
  • JavaScript
JTangming
JTangming commented Apr 9, 2017

React Native 组件的生命周期

最近在开发金钥匙经理端 RN 版本的时候,经常会用到组件生命周期的相关的方法,刚开始接触有些迷糊,现在整理 React Native 组件的结构和生命周期。

生命周期函数

每一个组件都有一些生命周期方法,通过重写这些方法方便在程序运行的过程中使用。如带有 will 的方法被执行则表示某个状态的发生,RN 中的生命周期方法大致归类如下三类:

Mounting

表示调用某个被创建的组件实例

  • getInitialState & getDefaultProps

这两个回调函数分别表示组件最初被创建渲染后调用,用来获取初始化的 state 和 props,这两个方法在组件中全局只被调用一次。

  • componentWillMount

在组件第一次绘制之后,会调用 co

source-chat-relay
rumblefrog
rumblefrog commented Aug 12, 2019

Todo list:

  • Sourcebans++ (merge into SB Discord Forward as optional)
  • Calladmin

Excerpt for SB

g_cSBEvent = CreateConVar("rf_scr_event_sb", "0",
		"Bitwise flags value of Sourcebans++ events to enable\n"
		... "Disabled = 0\n"
		... "Ban Only = 1\n"
		... "Ban & Mute = 3\n"
		... "Ban & Report = 5 \n"
		... "Mute & Report = 6\n"
		... "Ban & Mute & Report = 7\n",
AD-EDWarthogEnhancedScript

An Advanced & Highly Customisable Elite Dangerous Thrustmaster Warthog Script + ED Bindings Pack that utilises Modifiers, allowing for all commands to be easily accessible on the HOTAS. Includes many Quality of Life features to get the most enjoyment out of ED!

  • Updated Jun 28, 2020
  • Batchfile

Improve this page

Add a description, image, and links to the advanced topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the advanced topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.