load->view('index/head.html') ?>...
分类:
其他好文 时间:
2014-05-26 04:56:07
阅读次数:
214
环境配置项目使用SSH架构,现在要添加Spring事务管理功能,针对当前环境,只需要添加Spring 2.0
AOP类库即可。添加方法:点击项目右键->Build Path->Add librarys:打开Add Libraries对话框,然后选定
MyEclipse Libraries:点击Nex...
分类:
编程语言 时间:
2014-05-26 02:12:33
阅读次数:
581
combobox 的 datasource一般是查询存储过程得到 ,但在测试或演示时,也可以自己定义
, 方法是 : DataTable customerTable = new DataTable(); customerTable.Columns.Add(...
分类:
其他好文 时间:
2014-05-26 01:35:34
阅读次数:
184
add two numbers without arithmetic
分类:
其他好文 时间:
2014-05-26 01:25:43
阅读次数:
224
sudo add-apt-repository ppa:n-muench/burgsudo
apt-get updatesudo apt-get install burg burg-themesDone. Now install BURG to
your MBR(Master Boot Record...
分类:
其他好文 时间:
2014-05-26 01:01:33
阅读次数:
256
addStudent.jsp如下 Add info This is my JSP page.
添加学生信息 ...
分类:
数据库 时间:
2014-05-25 23:59:14
阅读次数:
479
QGtkStyle could not resolve GTK. Make sure you
have installed the proper libraries.sudo apt-get install --reinstall
gtk2-engines-murrine:i386sudo add-...
分类:
其他好文 时间:
2014-05-25 23:45:25
阅读次数:
276
此程序要注意一下几点:1.dos1号功能——带回显的键盘输入,自动存入al2.dos7号功能——不带回显的键盘输入,自动存入al,若要在屏幕中显示要调用DOS2号功能3.将输入的多个二进制数转换为ASCII码input:
mov ah,1 int 21h add ...
分类:
其他好文 时间:
2014-05-25 19:48:43
阅读次数:
257
文档
Eclipse --> Windows--> Preferences ...
3. Set up Variables:
1. Path Variable `COCOS2DX`:
* Eclipse->Preferences->General->Workspace->**Linked Resources**
* Click **New** button to add a Path...
分类:
移动开发 时间:
2014-05-24 17:54:57
阅读次数:
282
<html><metacharset="utf-8"><?php //xmldom操作xml文件 $xmlDoc=newDOMDocument();//创建xmldom对象 $xmlDoc->load("data.xml");//加载xml数据 $items=$xmlDoc->documentElement; //得到所有的节点元素 foreach($items->childNodesas$item){ //遍..
分类:
Web程序 时间:
2014-05-24 16:51:51
阅读次数:
292