1
//http://blog.chinaunix.net/uid-24549279-id-71355.html 2 /* 3
============================================================================ 4
Name...
分类:
其他好文 时间:
2014-07-22 23:10:13
阅读次数:
223
http://anthon-lx.iteye.com/blog/811460完整的错误信息如下:java.sql.SQLException:
Listener refused the connection with the following error:ORA-12505,
TNS:listene...
分类:
数据库 时间:
2014-07-22 23:09:35
阅读次数:
430
原地址:http://www.cnblogs.com/svage/p/3700122.html1、删除目录及子目录下的 .svn目录 find . -type
d -name ".svn" | xargs rm -rf2、/tmp 目录的权限drwxrwxrwt rwt的意思是:对目录有执行权...
分类:
系统相关 时间:
2014-07-22 23:09:34
阅读次数:
552
1
//http://blog.chinaunix.net/uid-24549279-id-71355.html 2 /* 3
============================================================================ 4
Name...
分类:
其他好文 时间:
2014-07-22 23:08:52
阅读次数:
299
1.从java action中到页面中获取变量值的struts标签
获取从bean中定义的对象中属性的值:判断对象是不是为空遍历一个对象中的所有属性map2是java bean中的属性值
分类:
其他好文 时间:
2014-07-22 23:08:33
阅读次数:
279
#安装1.进入Eclipse, Help->Install New
Software,点击Add按钮:Name: PyDev(随意) Location:
http://pydev.org/updates2.选择PyDev下的PyDev for Eclipse,别的都不要选,否则依赖检查那关过不去。按...
分类:
编程语言 时间:
2014-07-22 23:07:35
阅读次数:
415
iOS Programming Recipe 6: Creating a custom
UIView using a NibJANUARY 7, 2013BYMIKETT12 COMMENTSCreating a custom UIView
using a NibAssumptionsYou are...
分类:
移动开发 时间:
2014-07-22 23:07:15
阅读次数:
651
Bootstrap 的简单表格实例 Example of Table with twitter
bootstrap Student-ID First Name Last Name ...
分类:
其他好文 时间:
2014-07-22 23:06:56
阅读次数:
327
$.ajax({type:"get", url:"http://",
data:"name="+userid+"&password="+password,async:true,
error:function(request){alert("Connectionerror"); }, success:...
分类:
Web程序 时间:
2014-07-22 23:06:54
阅读次数:
373
原文地址:http://hankjin.blog.163.com/blog/static/33731937200942915452244/程序中不可避免的要用到配置文件或数据,对于数据量比较小的程序,部署数据库花费的时间就显得浪费了,因此用XML来存储不妨为一个很好的办法,而且结合C#的DataSe...
分类:
数据库 时间:
2014-05-01 16:20:41
阅读次数:
328