2016年11月8日
摘要: 阅读全文
posted @ 2016-11-08 15:55 天之城 阅读(206) 评论(0) 推荐(0) 编辑
摘要: { "enabled_plugins": [ "SimpleReloadPlugin", "SimpleRefresh" ] } git clone https://github.com/Grafikart/ST3-LiveReload.git LiveReload 把新建的system清空,输入{ "cmd": ["node",... 阅读全文
posted @ 2016-11-08 13:34 天之城 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-08 12:12 天之城 阅读(177) 评论(0) 推荐(0) 编辑
  2016年11月7日
摘要: https://github-cloud.s3.amazonaws.com/releases/44402056/ea161e48-8652-11e6-85e5-a60cefbba8d6.exe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKI 阅读全文
posted @ 2016-11-07 15:45 天之城 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-07 14:59 天之城 阅读(115) 评论(0) 推荐(0) 编辑
  2016年11月3日
摘要: 阅读全文
posted @ 2016-11-03 11:33 天之城 阅读(874) 评论(0) 推荐(0) 编辑
  2016年10月28日
摘要: import java.io.BufferedReader;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.io.OutputStream;import java.io.OutputStreamWriter;import java.net.Http... 阅读全文
posted @ 2016-10-28 14:20 天之城 阅读(164) 评论(0) 推荐(0) 编辑
  2016年10月27日
摘要: 阅读全文
posted @ 2016-10-27 14:36 天之城 阅读(90) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/webapp/20150928/13600.html https://www.zhihu.com/question/23444167 http://blog.csdn.net/happyduoduo1/article/details/5183160 阅读全文
posted @ 2016-10-27 09:07 天之城 阅读(96) 评论(0) 推荐(0) 编辑
  2016年10月21日
摘要: 阅读全文
posted @ 2016-10-21 14:26 天之城 阅读(126) 评论(0) 推荐(0) 编辑
  2016年10月18日
摘要: //链表节点的定义 public class Node { int data;//数据域 Node next;//递归定义 public Node(int data) { this.data = data; this.next=null; } public static void main(String[] args) { Node a=new Node... 阅读全文
posted @ 2016-10-18 13:50 天之城 阅读(118) 评论(0) 推荐(0) 编辑
  2016年10月17日
摘要: 插入排序 /** * 插入排序 * * @throws Exception */ @Test public void tes1() throws Exception { int[] a = { 2, 6, 1, 8, 3, 9, 5 }; for (int i = 1; i 0; j--) { System.out.print(j +" ");... 阅读全文
posted @ 2016-10-17 17:32 天之城 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 安装步骤如上! 阅读全文
posted @ 2016-10-17 15:35 天之城 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Excel技能 按键 结果 序号 Alt+1 合并后居中 1 ALT+2 边框 2 ALT+3 边框线型 3 ALT+4 格式刷 4 ALT+5 清除格式 5 CTRL+SHIFT+P 设置字体 6 CTRL+SHIFT+L 列选项 7 CTRL+R 重置 8 CTRL+SHIFT +UP|DOWN 阅读全文
posted @ 2016-10-17 10:48 天之城 阅读(844) 评论(0) 推荐(0) 编辑
  2016年10月11日
摘要: 上海市居住证及落户政策(之一) 上海市居住证办理政策 1.居住证种类 上海市居住证分为《上海市居住证》和《上海市临时居住证》两种。 一般需要办理居住证积分的居住证种类为《上海市居住证》。 2.受理机构: 各居住地街道社区事务受理服务中心 3.申办条件: 满足以下条件的人员可以申领《上海市居住证》 ( 阅读全文
posted @ 2016-10-11 09:20 天之城 阅读(425) 评论(0) 推荐(0) 编辑