码迷,mamicode.com
首页 >  
搜索关键字:properties edit    ( 13937个结果
json返回取值操作
str:='http://127.0.0.1:8081/datasnap/rest/tprjmis/web_login/'+AnsiToUtf8(用户名edit.Text)+'/'+ AnsiToUtf8(密码edit.text); str:=AnsiToUtf8(用户名edit.Text); .....
分类:Web程序   时间:2014-09-09 15:23:28    阅读次数:195
jquery1.6中的.prop()和.attr()异同
jQuery已经更新到1.6.1之后,增加了.prop方法。但是.prop()方法和.attr()方法,单从字面上很难区分。在汉语中properties和attributes都有表示“属性”的意思。下面根据这篇博文(javascript:mctmp(0);),简要翻译了.prop()和.attr()...
分类:Web程序   时间:2014-09-09 15:18:48    阅读次数:241
idhttp请求网址中的中文输入
str:=AnsiToUtf8(用户名edit.Text); str:=HTTPEncode(str); str:=self.IdHTTP1.Get('http://127.0.0.1:8081/datasnap/rest/tprjmis/web_login/'+httpencode(AnsiToU...
分类:其他好文   时间:2014-09-09 15:03:48    阅读次数:157
C#使用quartz.net定时问题
因工作需要需要完成定时查询数据。。因此在了解之后完成了一个demo所需要的dll在该地址下载http://pan.baidu.com/s/1sjNQLXV首先引入quartz这个dll。。。在Quartz.NET有一个叫做quartz.properties的配置文件,它允许你修改框架运行时环境。缺省...
分类:Web程序   时间:2014-09-09 11:50:58    阅读次数:184
从属性文件中读取内容
import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.util.Properties; pu...
分类:其他好文   时间:2014-09-09 10:51:38    阅读次数:175
保存属性到普通的属性文件中
import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.Properties; p...
分类:其他好文   时间:2014-09-09 10:47:48    阅读次数:133
APUE源码编译及问题解决
首先阅读readme文件,要求 To build the source, edit the Make.defines.* file for your system and set WKDIR to the pathname of the tree containing the source code.  Then just run "make". 我的系统环境是Linux的,因此修改....
分类:其他好文   时间:2014-09-08 09:38:36    阅读次数:278
使用RetionalRose根据现有的java工程逆向生成类图
1、进入RetionalRose选择J2EE模板2、在菜单栏选择tools->java/j2EE->reverse engineer3、编辑路径Edit CLASSPATH选择要生成类图的Java项目src文件4、点击含有java源文件的文件夹,再点击Add Recursive按钮5、先点击sele...
分类:编程语言   时间:2014-09-07 18:25:15    阅读次数:226
zsh
sudo apt-get install curl zsh curl -L http://install.ohmyz.sh | sh sudo chsh -s $(which zsh) $(whoami) #this to change your default sh to zsh then you should logout and relog for enable zsh edit ~/...
分类:其他好文   时间:2014-09-07 13:39:05    阅读次数:197
Search a 2D Matrix <leetcode>
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-09-07 10:58:14    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!