码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
delphi 三层小例子(入门)效果
直接上步骤效果,理论的我也不懂呢一、服务器端:新建立 application 工程。之后建立数据单元文件New->other->Multitier->RemoteDataModule(窗体命名 为Tserverdm)。做数据链接。添加数据库控件: adosql: TADOQuery; provers...
分类:其他好文   时间:2014-09-24 17:08:37    阅读次数:217
ruby类名之间<,<=方法
有时候看源码的时候看到类名之间存在,:<,:<=]e.gmod < other → true, false, or nilReturns true ifmodis a subclass ofother. Returnsnilif there’s no relationship between the...
分类:其他好文   时间:2014-09-23 18:57:45    阅读次数:235
Format operator
The argument of write has to be a string, so if we want to put other values in a file, we have to convert them to strings. The easiest way to do that ...
分类:其他好文   时间:2014-09-23 15:23:24    阅读次数:171
sublime text 3-right click context menu
dd a system wide windows explorer button " Edit with Sublime" similar to how Notepad++ does it or some other editors?See attached screenshot. (I know ...
分类:其他好文   时间:2014-09-23 00:42:04    阅读次数:272
How to Read, Write XLSX File in Java - Apach POI Example---reference
No matter how Microsoft is doing in comparison with Google, Microsoft Office is still the most used application in software world. Other alternatives ...
分类:编程语言   时间:2014-09-22 20:04:23    阅读次数:337
maven web项目eclipse搭建
1、new->other->Maven Project,点击next2、继续next3、选择maven-archetype-webapp,如果找不到可以再Filter里面搜索web,就可以找到了。继续next4、输入自己定义的名称,如下:5、之后再项目名称上面右击->Build Path->add ...
分类:Web程序   时间:2014-09-19 20:55:15    阅读次数:209
ionic goto other page or alert
有时候需要 调试,这是就需要alert 的...可惜的是我不会angular 所以记录一下.controller('mainctr', function($scope, $window) { $window.alert('xxxxx');})只需要 $window 就可以了;跳转页面的时候,$st....
分类:其他好文   时间:2014-09-19 19:12:15    阅读次数:249
python build-in function __cmp__
读王纯业前辈的笔记遇到个很坑的例子A namespace is a mapping from names to objects>>> class a: def __cmp__(self,other): if other > 0 : print 'other > 0' ;return -1 eli.....
分类:编程语言   时间:2014-09-19 18:59:45    阅读次数:188
Struts2 Package
package 元素的所有属性及对应功能:AttributeRequiredDescriptionnameyeskey to for other packages to reference ---包名称,用来让别的包继承时使用不能有重复extendsnoinherits package behavi...
分类:其他好文   时间:2014-09-18 23:47:14    阅读次数:194
75 int类型数组中除了一个数出现一次或两次以外,其他数都出现三次,求这个数。
single-number-of-array-with-other-three-times
分类:其他好文   时间:2014-09-18 18:38:44    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!