在windows中创建一个名为“NLS_LANG”的系统环境变量,设置其值为“SIMPLIFIED CHINESE_CHINA.ZHS16GBK”,然后重新启动 pl/sql developer,这样检索出来的中文内容就不会是乱码了。如果想转换为UTF8字符集,可以赋予“NLS_LANG”为 “AM...
分类:
数据库 时间:
2014-11-19 18:22:32
阅读次数:
283
关于利用mongodb的shell执行脚本,这点在以前的文章中有点遗漏;现在在此篇博客中做个补充;
一、在命令行中传入脚本文件
定义一个javasciprt文件,名称为:script1.js,内容如下:
print("I am albert shao in the script1.js")
定义另一个javascript文件,名称为script2,内容如下:
print("I like...
分类:
数据库 时间:
2014-11-19 07:32:24
阅读次数:
270
.├── aclocal.m4├── autoscan.log├── config.log├── config.status├── configure├── configure.in├── Makefile├── Makefile.am├── Makefile.in└── src ├── f...
分类:
系统相关 时间:
2014-11-18 13:27:15
阅读次数:
226
1、replace var str = "I am a man"; str.replace('a','b'); 说明:jquery的replace()函数默认替换第一项; var re = new RegExp('a','g');str.replace(re,'b'); 说明:RegExp...
分类:
Web程序 时间:
2014-11-17 19:22:23
阅读次数:
186
1、字符串替换函数replace var str = "I am a man"; str.replace('a','b'); 输出:'I bm a man'; 说明:jquery的replace()函数默认替换第一项; var re = new RegExp('a','g'); str....
分类:
Web程序 时间:
2014-11-17 19:07:49
阅读次数:
241
In XCode 5.1, the default arch to build APP is arm64 included, so if you want to have 32-bit build only, steps: Select on build project and open ARCH Remove ‘Standard Architect‘ Add ‘amrv7‘ Add ‘am...
分类:
其他好文 时间:
2014-11-17 16:01:33
阅读次数:
207
I am lucky enough to work with a small team of fantastic engineers who truly care about their customers. If you are not that lucky, this letter is for...
分类:
其他好文 时间:
2014-11-17 15:39:15
阅读次数:
158
DescriptionHarry: "But Hagrid. How am I going to pay for all of this? I haven't any money."Hagrid: "Well there's your money, Harry! Gringotts, the wiz...
分类:
其他好文 时间:
2014-11-17 13:49:24
阅读次数:
236
up vote10down votefavorite I am trying to use Java ...
分类:
编程语言 时间:
2014-11-15 18:39:21
阅读次数:
301
adb shell am start -a android.media.action.STILL_IMAGE_CAMERA 启动cameraadb shell input keyevent 27 //camera 键adb shell input keyevent 4 //back 键com.and...
分类:
数据库 时间:
2014-11-14 19:22:49
阅读次数:
1793