// 矩形重叠类型注释// CORNER_OVERLAP// --------------------// | |// | |// | **********|**********// | * ...
分类:
其他好文 时间:
2014-07-10 11:25:30
阅读次数:
156
.NET下的23中设计模式。※创建型模式篇●单件模式(Single Pattern)●抽象工厂模式(Abstract Factory)●建造者模式(Builder Pattern)●工厂方法(Factory Method)●原型模式(Protype Pattern)※结构型模式篇●适配器模式(Ada...
分类:
Web程序 时间:
2014-07-10 11:11:42
阅读次数:
242
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,在mybatis的xml配置文件中总是会提示错误The content of element type "configuration" must match "(properties>settings>typeAliases>typeHandlers>objectFactor...
分类:
其他好文 时间:
2014-07-10 11:05:57
阅读次数:
327
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
只需给提交的表单(邮箱)添加只需要type=“email”即可。例: 邮箱: 确定demo:邮箱:确定
分类:
Web程序 时间:
2014-07-10 10:26:37
阅读次数:
268
修改 UserSessionUnit 单元:unit UserSessionUnit;interfaceuses IWUserSessionBase, SysUtils, Classes, IWApplication;type TIWUserSession = class(TIWUserSess.....
分类:
Web程序 时间:
2014-07-10 10:25:22
阅读次数:
253
1。提示框有两个选择项,点确定跳转,取消停留在原页面ScriptManager.RegisterStartupScript(Page, this.GetType(), "", "", false);2.提示框只有一个确定按钮,跳转到指定页面ScriptManager.RegisterStartupS...
分类:
Web程序 时间:
2014-07-10 10:15:35
阅读次数:
248
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