博客园 :: :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2020年2月20日

摘要: var x = [1,2,2,3,4,5,6,7,7,8] var y = x[x.length-1] var z= [] for (var i = 0;i<x.length;i++) { if (y!=x[i]) { z.push(x[i]) y = x[i] } } 阅读全文
posted @ 2020-02-20 19:14 #include<stdio.h> 阅读(182) 评论(0) 推荐(0) 编辑

2018年11月19日

摘要: https://files.cnblogs.com/files/jhcla/a2c.zip https://files.cnblogs.com/files/jhcla/web.zip 阅读全文
posted @ 2018-11-19 09:02 #include<stdio.h> 阅读(385) 评论(0) 推荐(0) 编辑

2018年6月23日

摘要: 1 dim xls ,i,j 2 set xls = createObject("excel.application") 3 xls.visible = true 4 xls.caption = "测试" 5 xls.workbooks.add 6 for i = 1 to 9 7 for j = 1 to i 8 xls.cells(i,j).value =j &"×"&... 阅读全文
posted @ 2018-06-23 08:39 #include<stdio.h> 阅读(319) 评论(0) 推荐(0) 编辑

2018年6月15日

摘要: 内涵图 阅读全文
posted @ 2018-06-15 14:40 #include<stdio.h> 阅读(638) 评论(0) 推荐(0) 编辑

2018年4月17日

摘要: 内涵图 阅读全文
posted @ 2018-04-17 13:59 #include<stdio.h> 阅读(141) 评论(0) 推荐(0) 编辑

2017年7月22日

摘要: 或者不用数组,如下: 阅读全文
posted @ 2017-07-22 14:29 #include<stdio.h> 阅读(524) 评论(0) 推荐(0) 编辑

2017年7月12日

摘要: 计算字符串长度,加车头.切换到IE模式下使用 0 阅读全文
posted @ 2017-07-12 21:13 #include<stdio.h> 阅读(242) 评论(0) 推荐(0) 编辑

2016年11月10日

摘要: 1.//买家无敌 call SetUnitInvulnerable(GetBuyingUnit(),true) 2.//创建物品在孔明处 call CreateItem(1227896920,GetRectCenterX(FK),GetRectCenterY(FK)) 阅读全文
posted @ 2016-11-10 09:35 #include<stdio.h> 阅读(1076) 评论(0) 推荐(0) 编辑

2016年11月6日

摘要: 数字转字符 字符转数字 // <![CDATA[ function i2a() { //1919707494 //726c6966 //0x72 0x6c 0x69 ox66 //r l i f var txt1 = document.getElementById("1") var txt2 = d 阅读全文
posted @ 2016-11-06 22:43 #include<stdio.h> 阅读(499) 评论(0) 推荐(0) 编辑

2016年11月5日

摘要: var x=[1919707494,1918989366,1886219873,1651663203,1668048493,1937007980,1650814070,1668051812,1919182129,1885695602,1936749416,1935827816,1936943468,1918986033,1818715240,1919448168,1802529134,16340... 阅读全文
posted @ 2016-11-05 11:56 #include<stdio.h> 阅读(772) 评论(0) 推荐(0) 编辑