Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easie...
分类:
Web程序 时间:
2014-07-16 23:25:24
阅读次数:
601
Tomcat报错: The JRE could not be found. Edit the server and change the JRE location.EClipse -> windows -> prefreances -> server -> installed runtimes ->...
分类:
其他好文 时间:
2014-07-16 23:25:15
阅读次数:
263
Ins sys: 1.next all, then reboot. 2.login system use rootCfg sys: 1.keep etc0 work: # vi /etc/sysconfig/network-scripts/ifcfg-eth0 change: ONBOOT=yes ...
分类:
其他好文 时间:
2014-07-16 23:12:27
阅读次数:
378
1 按照数据库类型,切换数据库。Database-> Change Current DBMS...2 生成sql脚本Database -> Database Generation 的Preview选项卡点击保存按钮,保存产生的sql脚本到本地。【注意】:1 本人使用的powerDesigner是15...
分类:
数据库 时间:
2014-07-08 00:15:10
阅读次数:
286
The firstis workaround wich is iterating over all the labels in your UIView and change the labels font, check this question and the answers:How to set...
分类:
移动开发 时间:
2014-07-02 00:00:31
阅读次数:
223
1 依据选择的日期,加载相应的列表数据,如图:开发说明1 开发思路: 在日期值变化的事件中获得选择后的日期值,传给后台,然后从后台加载相应的数据 2 问题:在查看extjs2.2的api的官方说明文档,文档对datefield组件的change事件说明如下: change : ( Ext.form....
分类:
Web程序 时间:
2014-07-01 23:19:21
阅读次数:
384
今天笔者需要一款图片上传插件,但是网上没有提供一款符合自己需求且好用的。于是就自己动手写了一个。
方法1,仅使用jquery代码,不用第三方插件。代码如下
上传图片
$(function() {
$('.inp_fileToUpload').change(function() {
var formdata = new F...
分类:
其他好文 时间:
2014-06-30 19:33:28
阅读次数:
224
Change MySQL 5.5 default character-set to UTF8连接里是linux下的在window下my.iniAdd under [client]the following code snippet:loose-default-character-set = utf8...
分类:
数据库 时间:
2014-06-27 15:09:07
阅读次数:
222
change.html 1 2 3 4 ready.html 5 6 7 8 9 14 15 26 27 focus.html 1 2 3 4 focus.html 5 6 7...
今天收到客户监控系统发来的服务器报警,客户一台HPDL38G5监控端收到如下一条报警信息DriveArrayAcceleratorStatusChange.Thearrayacceleratorboard
attachedtothearraycontrollerinSlot1hasanewstatusof4.(Acceleratorstatusvalues:1=other,2=notConfigured,3=enabled,4=tmpDi..
分类:
其他好文 时间:
2014-06-27 06:39:08
阅读次数:
382