当你在使用Swift时会发现一些常用的函数不!见!了!比如String: s.count() s.contains()Array: a.indexOfObeject(t:)我看网上有人说用extension Array的方法调用NSArray的indexOfObject来实现extension A....
分类:
其他好文 时间:
2014-07-19 19:28:48
阅读次数:
1532
1 使用方式: 1 注: 为了避免参数命名冲突,我们引入了此方法,GLOBAL定义为全局变量,每个工程师定义有自己的二级命名空间名,如,Leon,James,A,B...,在此基础上工程师可以自己添加三级名称,以此类推...如Leon定义了一个“Test”,则可调用 GlOBAL.names...
分类:
编程语言 时间:
2014-07-18 20:02:03
阅读次数:
315
1.查看数据库引擎全局下,show engines;2.察看数据库引擎show variables like '%engine%';或者show create table xxx\G会显示默认的搜索引擎3.修改数据库默认引擎,在配置文件default-storage-engine=INNODBfrm...
分类:
数据库 时间:
2014-07-18 17:12:46
阅读次数:
238
原因:在对远程表增删改操作的时候,调用了本地函数。 比如:insert into trans_load_rate@DC values(rate_s(1)); trans_load_rate是DC库的表,rate_s函数是本地库的函数,执行上面这条sql的时候,就会报ora-02069解决方法: .....
分类:
其他好文 时间:
2014-07-18 00:17:41
阅读次数:
243
[client]
port=3358
socket=/export/data/mysql/tmp/mysql.sock
[mysqld]
port=3358
socket=/export/data/mysql/tmp/mysql.sock
datadir=/export/data/mysql/data
#---GLOBAL---#
character-set-server=utf8
lower_case_table_names=1
log-output=FILE
log-error=/export/d..
分类:
其他好文 时间:
2014-07-17 20:07:00
阅读次数:
242
git 上传本地文件到github
1 git config --global user.name "Your Real Name"
2 git config --global user.email you@email.address
git init
git add .
git commit -m 'Test'
git re...
分类:
其他好文 时间:
2014-07-17 19:13:25
阅读次数:
222
分类目录 {dede:channel type='top' row='8' currentstyle="~typename~ "} [field:typename/] ([field:id runphp='yes']global $dsql;$sql='SE...
分类:
其他好文 时间:
2014-07-16 18:42:47
阅读次数:
206
Windows下的Nodejs npm路径是appdata,很不爽,想改回来,但是在cmd下执行以下命令也无效npm config set cache "D:\nodejs\node_cache"npm config set prefix "D:\nodejs\node_global"最后在node...
Description
Severe acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in mid-March 2003. To minimize transmission to others, the best s...
分类:
其他好文 时间:
2014-07-16 14:29:06
阅读次数:
195
当今很多公司做的产品只是全球化工作的一部分,而如何处理本地jenkins自动触发异地jenkins的配置,却成为了一个问题。本文提出了2种简单的解决方案。...
分类:
其他好文 时间:
2014-07-16 12:47:05
阅读次数:
190