function logOut() { $('#logging-out').on('click', function () { stopPreventDefault(); $.messager.confirm('安全提示', '是否退出系统?', function ...
分类:
Web程序 时间:
2014-07-07 10:23:01
阅读次数:
242
public class Test{ public static void main(String args[]){ System.out.println(0.05+0.01); System.out.println(1.0-0.42); System...
分类:
其他好文 时间:
2014-07-03 21:31:12
阅读次数:
218
//设置PEM证书,pfx证书转pem方法:openssl pkcs12 -in 2000000501.pfx -out 2000000501.pem$cacert = ROOT_DIR."config/paykey/weixinss.pem";$ch = curl_init();curl_set....
分类:
Web程序 时间:
2014-07-03 21:19:52
阅读次数:
210
题目描述There are N tasks and M resources, each task is asked to use some resources and each resource can only be used by at most one task. You are asked ...
分类:
其他好文 时间:
2014-07-03 20:35:23
阅读次数:
274
Ubuntu--tar命令tar zxvf ut6410-android2.1.tgztar zcvf ut6410-android2.1.tgz ut6410-android2.1/tar --exclude ut6410-android2.1/out-zcvf ut6410-android2.1...
分类:
其他好文 时间:
2014-07-03 20:09:39
阅读次数:
196
今天学习Activity当中的七个生命周期函数: 首先得说一个事情,就是在代码当中如果加入了System.out.println(" ------");之后,如何查看这里面的输出内容 打开之后只输入“Filter Name”和“by Log Tag” 即可 添加成功后可以看到 ...
分类:
移动开发 时间:
2014-07-03 18:59:04
阅读次数:
232
输入:s,然后利用快捷提示键(alt+/)快速的打出:System.out.println("");
这样可以节省不少时间,使用了三个按键,却打出了这么多的字。其实,这个功能是利用eclipse的Templates模板实现的,具体的设置过程如下所示:
Window->Preference 打开参数设置面板,然后选择:Java-> Editor -> Templates,打开Templates窗...
分类:
系统相关 时间:
2014-07-03 17:04:27
阅读次数:
276
【程序1】
题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?
//这是一个菲波拉契数列问题
public class lianxi01 {
public static void main(String[] args) {
System.out.println...
分类:
编程语言 时间:
2014-07-03 16:33:20
阅读次数:
260
1 #include 2 #include "resource.h" 3 4 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 5 UINT uMsg, // message identifier 6...
Problem Statement
Rabbits often feel hungry, so when they go out to eat carrots, they jump as quickly as possible.
Initially, rabbit Hanako stands at position init. From position x, she ...
分类:
其他好文 时间:
2014-07-02 17:02:04
阅读次数:
201