以Blog举例载入项目入口文件 D:\wamp\www\Examples\Blog\index.php 定义常量 APP_NAME,Blog APP_PATH,D:\wamp\www\Examples\Blog\ (APP_PATH为项目核心框架结构文件(lib)所在目录)载入ThinkPHP...
分类:
Web程序 时间:
2014-11-22 07:02:29
阅读次数:
138
www.viva64.com/en/examples/他山之石可以攻玉。不仅可以看看都有哪些常见的地雷,还可以练练英文。
分类:
Web程序 时间:
2014-11-19 16:31:15
阅读次数:
172
既然标题是最简单的,那么很多东西就不需要我们自己做了,使用的是NGUI的示例,只针对初学者,接下来让我们来做一个最简单游戏设置里的声音控制。 1、导入NGUI; 2、找到NGUI的Menu示例Demo,文件夹为NGUI\Examples\Scenes 打开Example 3 - Menu场景 3、....
分类:
其他好文 时间:
2014-11-19 07:13:52
阅读次数:
420
Valid NumberValidate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the ...
分类:
其他好文 时间:
2014-11-16 13:16:23
阅读次数:
133
php报表的使用:1、到官网(http://jpgraph.net/)下载,建议下载jpgraph-3.0.7.tar.gz版本2、解压后有两个文件夹docportal:使用手册src:报表核心文件3、配置核心文件(对于src文件夹内容的操作)1)创建一个jpgraph文件夹2)将和Examples...
分类:
Web程序 时间:
2014-11-14 22:26:14
阅读次数:
450
Validate if a given string is numeric.
Some examples:
"0" => true
" 0.1 " => true
"abc" => false
"1 a" => false
"2e10" => true
Note: It is intended for the problem statement to be ambiguo...
分类:
其他好文 时间:
2014-11-12 19:45:35
阅读次数:
201
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2014-11-09 08:36:47
阅读次数:
155
环境:
NDK版本r8,eclipse和Android使用的是adt-bundle-windows-x86打包版本比较方便,
操作系统为windows8.1
一、NDK的编译
1、源码
NDK的examples目录有Hello-GL2的源码,大家可以先使用它。
2、将示例工程导入到eclipse中
3、编译设置
a、选中工程,eclipse中菜单windows->preferece...
分类:
移动开发 时间:
2014-11-06 17:30:58
阅读次数:
288
http://blog.csdn.net/jyy208/article/details/5820893jboss使用xml文件配置数据源,在JBOSS_HOME/docs/examples/jca文件夹下可以找到各种数据库的数据源配置文件的实例,jboss数据源配置文件的文件名格式是:*-ds.xm...
分类:
其他好文 时间:
2014-11-05 10:34:37
阅读次数:
218
Objective-C BlocksAll of these examples have been verified with this version of LLVM:Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LL...
分类:
其他好文 时间:
2014-11-05 10:33:23
阅读次数:
211