代码搜索:Commons

找到约 10,000 项符合「Commons」的源代码

代码结果 10,000
www.eeworm.com/read/385841/8786869

h commons.h

//这里定义各个模块公用的一些变量和函数 #define MENU_ON 0 #define MENU_OFF 1 //全局变量,菜单的状态,取值为上面定义的MENU_ON或MENU_OFF,在menu.c中修改 extern unsigned char _menu_status; extern int _menu_value[]; //把无符号整数转换成字符串 void
www.eeworm.com/read/385839/8787091

h commons.h

//这里定义各个模块公用的一些变量和函数 #define MENU_ON 0 #define MENU_OFF 1 //全局变量,菜单的状态,取值为上面定义的MENU_ON或MENU_OFF,在menu.c中修改 extern unsigned char _menu_status; //把无符号整数转换成字符串 void to_string(char* buf, unsign
www.eeworm.com/read/138071/13267232

java commons.java

package com.gzrealmap.oa; import java.io.*; import java.util.*; public class Commons{ public Commons() { } //将/n转换成为回车 public String changewithbr(String Content) { StringB
www.eeworm.com/read/302895/13825169

js commons.js

function trim(str) { str = this != window? this : str; str = str.replace(/^\s+/g, '').replace(/\s+$/g, ''); return str; } function escapeQuotes(str) { str = str.replace(/\"/g, '"'); r
www.eeworm.com/read/216939/4877999

h commons.h

#ifndef __COMMONS_H__ #define __COMMONS_H__ #include #define CONNECT_HOST "127.0.0.1" #define CONNECT_PORT 3999 #define FOREVER for(;;) #define IF_INIT if(0) #define IF_GOT(STRING) e
www.eeworm.com/read/191759/5162245

js commons.js

//语言扩展 /** * 生成页面范围内唯一id. * (Pagescope Unique Identifier) * @public * @return puid */ var $puid = function(){ var base = "$"+new Date().getTime()+"$c"; var puid = 1; retu
www.eeworm.com/read/191759/5162451

js commons.js

var $puid = function () {var base = "$" + new Date().getTime() + "$c";var puid = 1;return function () {return base + (puid++);};}();Function.prototype.bind = function () {var __method = this;var args
www.eeworm.com/read/191759/5162469

js commons.js

$JSI.addCacheScript('js/lang/commons.js',function(){this.hook = function(s){return eval(s);};eval(this.varText);var $puid = function () {var base = "$" + new Date().getTime() + "$c";var puid = 1;retur
www.eeworm.com/read/306302/3741211

js commons.js

COMMON={ debug:false, external:function(){ if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i