码迷,mamicode.com
首页 >  
搜索关键字:java ftp    ( 307631个结果
x01.Lab.StreetApp: MVVM
Store App 特别适用于 MVVM 模式。由于要用到 SQLite,Bing Maps,所以第一步从网上搜索并安装这两个扩展。很难想象在智能手机上运行 SQL Server 这种巨无霸型数据库,SQLite 便成为首选。运行 SQLite,需要 C++ 扩展,而解决方案属性 => 配置管理中,...
分类:移动开发   时间:2014-04-29 16:39:33    阅读次数:624
Java Concurrent happens-before
happens-beforerelation on memory operations such as reads and writes of shared variables. The results of a write by one thread are guaranteed to be .....
分类:移动开发   时间:2014-04-29 16:38:32    阅读次数:511
《Cracking the Coding Interview》——第17章:普通题——题目8
2014-04-28 23:35题目:最大子数组和问题。解法:O(n)解法。代码: 1 // 17.8 Find the consecutive subarray with maximum sum in an array. 2 // O(n) online algorithm. 3 #include...
分类:其他好文   时间:2014-04-29 16:35:28    阅读次数:429
对于指定区块div,如何区分区块内的点击 和 区块外的点击?
需求:对于区块div内点击事件, 需要展示区块内的附属操作区块,对于区块外的点击, 需要将前面说的附属操作区块隐藏掉。 分析:对于一般的HTML控件,有标准的js事件接口, focus和blur,来实现类似效果, 在focus中添加显示附属控件操作, 在blur中隐藏掉。例如 文本输入框, 和...
分类:其他好文   时间:2014-04-29 16:32:21    阅读次数:481
Java Synchronization
Intrinsic Locks and Synchronization Synchronization is built around an internal entity known as theintrinsic lockormonitor lock. (The API specificati....
分类:编程语言   时间:2014-04-29 16:31:18    阅读次数:668
PHP 单例
1 sign=mt_rand(1,100000);12 }13 14 final protected function __clone(){15 16 }17 18 protected static function getIns(){19 if(!...
分类:Web程序   时间:2014-04-29 16:30:19    阅读次数:415
通过正则写一个较为完美的getByClass函数
getByclass传入两个参数,oParent是父集,sClass是要传入class名称 1 function getByClass(oParent,sClass){ 2 var aChild = oParent.getElementsByTagName("*"), 3 r...
分类:其他好文   时间:2014-04-29 16:27:10    阅读次数:366
mvc_ajax_for form
在上一篇介绍MVC中的Ajax实现方法的时候,曾经提到了除了使用Ajax HTML Helper方式来实现之外,Jquery也是实现Ajax的另外一种方案。通过get方法实现AJax请求ViewClick MeControllerpublic ActionResult GetTime(){ r...
分类:Web程序   时间:2014-04-29 16:23:01    阅读次数:569
Rhythmk 一步一步学 JAVA (22) JAVA 网络编程
1、获取主机信息@Test public void GetDomainInfo() throws UnknownHostException { String domain = "www.baidu.com"; InetAddress netAddress = InetAddress.getByN.....
分类:编程语言   时间:2014-04-29 16:18:55    阅读次数:553
openfire调试环境
导入工程:File->New->project:选择“Java project from existing ant buildfile”再从菜单windows->show view->ant 打开ant工具对话框打开ant编译文件build.xml当编译完成后,在源码根目录下会生成一个target目...
分类:其他好文   时间:2014-04-29 16:17:53    阅读次数:519
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!