码迷,mamicode.com
首页 >  
搜索关键字:am    ( 1985个结果
pl/sql developer 中文字段显示乱码
在windows中创建一个名为“NLS_LANG”的系统环境变量,设置其值为“SIMPLIFIED CHINESE_CHINA.ZHS16GBK”,然后重新启动 pl/sql developer,这样检索出来的中文内容就不会是乱码了。如果想转换为UTF8字符集,可以赋予“NLS_LANG”为 “AM...
分类:数据库   时间:2014-11-19 18:22:32    阅读次数:283
【MongoDB】在Mongodb使用shell实现与javascript的动态交互
关于利用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
linux automake 交叉编译
.├── 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
JQuery方法
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
jquery常用函数(不定时更新)
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
Do 32-bit build only with XCode 5.1
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
Your Job Is Not to Write Code
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
hdu 4770 13 杭州 现场 A - Lights Against Dudely 暴力 bfs
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
lambda -- Filter Java Stream to 1 and only 1 element
up vote10down votefavorite I am trying to use Java ...
分类:编程语言   时间:2014-11-15 18:39:21    阅读次数:301
用adb 启动camera
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!