摘要:
org.tigris.subversion.javahl.ClientException: Unsupported working copy formatsvn: This client is too old to work with working copy 'D:\pro\artup.com\a 阅读全文
posted @ 2016-02-03 17:31
yxwkaifa
阅读(604)
评论(0)
推荐(0)
摘要:
目标:依据key/value高速构造一个JSON字符串作为參数提交到web REST API服务上。 分别測试里阿里巴巴的FastJson和Google Gson,终于我採用了Google Gson来构造。 原因: Google Gson来构造的JSON字符串里面。保留了传递參数key/value的 阅读全文
posted @ 2016-02-03 16:18
yxwkaifa
阅读(348)
评论(0)
推荐(0)
摘要:
如有转载,请声明出处: 时之沙: http://blog.csdn.net/t12x3456 (来自时之沙的csdn博客)概述: 随着应用的不断迭代。应用的体积不断增大,项目越来越臃肿,冗余添加.项目新功能的加入,无法确定与用户匹配性,发生严重异常往往牵一发而动全身,仅仅能紧急公布补丁版本号。强制用 阅读全文
posted @ 2016-02-03 15:03
yxwkaifa
阅读(1766)
评论(0)
推荐(0)
摘要:
接着上一篇 使用angularjs构建聊天室的client <!doctype html> <html ng-app="justChatting"> <head> <meta charset="UTF-8"> <title>justChatting</title> <link rel="styles 阅读全文
posted @ 2016-02-03 13:21
yxwkaifa
阅读(548)
评论(1)
推荐(0)
摘要:
UIKIT_EXTERN NSString *const UIApplicationDidReceiveMemoryWarningNotification; 内存警告能够写在 - (void)didReceiveMemoryWarning { } 方法中,可是在通知中实现效率更高,警告的方法运行顺序 阅读全文
posted @ 2016-02-03 12:00
yxwkaifa
阅读(178)
评论(0)
推荐(0)
摘要:
我们在定义一个drawable的时候能够通过xml定义的drawable对象。它使得一个图片能在不同的状态下显示不同的图案,比方一个Button,它有pressed。focused,或者其他状态,通过使用state list drawable。你就能够为每种状态提供不同的图片。 先看一个范例: <? 阅读全文
posted @ 2016-02-03 11:16
yxwkaifa
阅读(1361)
评论(0)
推荐(0)
摘要:
说了那么多。事实上就是遍历全排列 #include<iostream> #include<cstdio> #include<algorithm> #include<cmath> #include<cstdlib> #include<queue> #include<map> #include<stac 阅读全文
posted @ 2016-02-03 10:09
yxwkaifa
阅读(149)
评论(0)
推荐(0)
摘要:
制作网页的时候,IE8浏览器浏览页面的时候,有时候文档模式默认是IE7,导致IE8兼容性不是非常好。出现IE7应该出现的模式。 解决的方法例如以下: 在X-UA-Compatible中可用的方法有: <meta http-equiv="X-UA-Compatible" content="IE=5" 阅读全文
posted @ 2016-02-03 09:04
yxwkaifa
阅读(654)
评论(0)
推荐(0)
浙公网安备 33010602011771号