1.select2介绍 官网: http://ivaynberg.github.io/select2/ Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, a...
分类:
Web程序 时间:
2014-09-24 12:22:16
阅读次数:
1379
eclipse是下载的是解压就能用的,但是没有桌面图标就显得很无力了。自己写了一个eclipse.desktop放到/usr/share/applications/目录下,就可以了,然后直接拖到启动栏里边就OK了。
[Desktop Entry]
Version=1.0
Name=eclipse
Exec=/opt/kangear/eclipse/eclipse
Icon=/opt/ka...
分类:
系统相关 时间:
2014-09-24 01:21:15
阅读次数:
255
public static void main(String[] args) throws IOException {BufferedWriter bw = new BufferedWriter(new FileWriter("C:/Users/宇超/Desktop/rand.txt"));Buff...
分类:
编程语言 时间:
2014-09-23 23:13:55
阅读次数:
196
近来在集成第三方支付---支付宝,在集成的过程中严格按照支付宝开发者平台所发布的说明文档和Demo,在我的测试机上可以完美的运行,但是在别人的手机无论怎么就是调用不起来,问题弹出"remote call failed". 翻来复去,代码检查了好几遍,总是找不到错误在哪。然后,仔细地查看了一下LogC...
分类:
其他好文 时间:
2014-09-23 23:05:15
阅读次数:
305
public static void main(String[] args) throws IOException {FileReader fr = new FileReader("C:/Users/宇超/Desktop/hello.txt");FileWriter fw = new FileWri...
分类:
编程语言 时间:
2014-09-23 22:57:55
阅读次数:
197
如果是xcode6和ios 8的话,需要调用 CLLocationManager requestAlwaysAuthorization 方法,具体步骤如下:1. @interface里: CLLocationManager *locationManager;2. 初始化: locatio...
分类:
移动开发 时间:
2014-09-23 22:50:45
阅读次数:
198
一、简介:客户端利用Ajax请求服务器端时,数据在两者之间通常有两种格式:XML格式的数据;Json(JavaScript Object Notation)格式数据。XML:跨平台,跨语言,是在Web Services中的通用格式。其结构包括:元素、属性、文本等;但javascript操作较复杂。J...
分类:
Web程序 时间:
2014-09-23 22:02:05
阅读次数:
260
$.ajax({ type: "GET", url: "Services/EFService.svc/Members", data: "{}", contentType: "application/json; c...
分类:
其他好文 时间:
2014-09-23 18:31:14
阅读次数:
123
http://www.mybringback.com/tutorial-series/12924/android-tutorial-using-remote-databases-php-and-mysql-part-1/As I’ve mentioned, our Android app and a...
分类:
移动开发 时间:
2014-09-23 17:57:24
阅读次数:
207