码迷,mamicode.com
首页 >  
搜索关键字:enumerated type mixe    ( 51988个结果
矩形重叠检测。
// 矩形重叠类型注释// CORNER_OVERLAP// --------------------// | |// | |// | **********|**********// | * ...
分类:其他好文   时间:2014-07-10 11:25:30    阅读次数:156
[设计模式] .NET设计模式笔记 - 有多少种设计模式
.NET下的23中设计模式。※创建型模式篇●单件模式(Single Pattern)●抽象工厂模式(Abstract Factory)●建造者模式(Builder Pattern)●工厂方法(Factory Method)●原型模式(Protype Pattern)※结构型模式篇●适配器模式(Ada...
分类:Web程序   时间:2014-07-10 11:11:42    阅读次数:242
apache、php、mysql安装需要注意的地方。
1.mysql正常安装,直接下一步下一步。2.php安装后,在my.ini中需要打开 extension_dir = "ext" extension=php_mysql.dll extension=php_mysqli.dll 用来支持mysql3.在httpd配置文件中增加 ########...
分类:数据库   时间:2014-07-10 11:08:34    阅读次数:345
【原创】mybatis配置文件报错:The content of element type "configuration" must match "(properties>settings>typeAliases>typeHa...
最近使用mybatis,在mybatis的xml配置文件中总是会提示错误The content of element type "configuration" must match "(properties>settings>typeAliases>typeHandlers>objectFactor...
分类:其他好文   时间:2014-07-10 11:05:57    阅读次数:327
Struts 2.x 与Spring4.x整合出现:No mapping found for dependency [type=java.lang.String, name='actionPackages...
Struts2.16与Spring4.x整合出错:Caused by: java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.Con...
分类:移动开发   时间:2014-07-10 10:51:14    阅读次数:261
HTML5内置邮箱验证属性
只需给提交的表单(邮箱)添加只需要type=“email”即可。例: 邮箱: 确定demo:邮箱:确定
分类:Web程序   时间:2014-07-10 10:26:37    阅读次数:268
使用 IntraWeb (40) - 自定义 Session 数据
修改 UserSessionUnit 单元:unit UserSessionUnit;interfaceuses IWUserSessionBase, SysUtils, Classes, IWApplication;type TIWUserSession = class(TIWUserSess.....
分类:Web程序   时间:2014-07-10 10:25:22    阅读次数:253
js弹出提示框并跳转页面
1。提示框有两个选择项,点确定跳转,取消停留在原页面ScriptManager.RegisterStartupScript(Page, this.GetType(), "", "", false);2.提示框只有一个确定按钮,跳转到指定页面ScriptManager.RegisterStartupS...
分类:Web程序   时间:2014-07-10 10:15:35    阅读次数:248
extract specified contents from two files.
src_dir=$(pwd)/All_hdst_dir=$(pwd)/Alldiff_dir=$(pwd)/diffif [ ! -d $diff_dir ]then mkdir $diff_dirfifor src_full_entry in $src_dir/*do src_cat_entry=...
分类:其他好文   时间:2014-07-10 10:07:49    阅读次数:241
NULL 的问题
UNKNOWN,空值,NULL值
分类:其他好文   时间:2014-07-10 00:51:43    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!