会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
maisui17166570219
防红技术:v 17166570219
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2021年8月30日
while 循环代码
摘要: var iframe = document.createElement("iframe");iframe.src = "http://www.wfuyu.com"; if (!/*@cc_on!@*/0) { //如果不是 IEiframe.onload = function(){alert("本地
阅读全文
posted @ 2021-08-30 09:36 v17166570219
阅读(107)
评论(0)
推荐(0)
2021年8月28日
index.php代码
摘要: 1.Margin & Padding 例1: .div { margin-top:10px; margin-right: 5px; margin-bottom:30px; margin-left:0px; }.div { margin:10px 20px 0; } 例3 : .div { margi
阅读全文
posted @ 2021-08-28 15:38 v17166570219
阅读(820)
评论(0)
推荐(0)
INI文件解析器代码
摘要: /* trim the blank chars at the begining/end of the string. */String.prototype.trim = function(){return this.replace(/^s+|s+$/g, '');}; function print(
阅读全文
posted @ 2021-08-28 15:11 v17166570219
阅读(142)
评论(0)
推荐(0)
Sonarqube代码质量
摘要: }function printpreview(){ // 打印页面预览 wb.execwb(7,1);}function printit(){ if (confirm('肯定打印吗?')){ wb.ExecWB(6,1) //wb.execwb(1,1)//打开 //wb.ExecWB(2,1);/
阅读全文
posted @ 2021-08-28 10:03 v17166570219
阅读(57)
评论(0)
推荐(0)
2021年8月27日
代码总结---html
摘要: <html> <meta http-equiv="content-type" content="text/html;charset=UTF⑻"/> <head> <body> <center> <!--空格 --> <!--img src="与html文件位置相同或本地url或网络url" widt
阅读全文
posted @ 2021-08-27 10:50 v17166570219
阅读(34)
评论(0)
推荐(0)
JavaScript轮播代码
摘要: <style type="text/css"><!--#demo {background: #FFF;overflow:hidden;border: 1px dashed #CCC;width: 500px;}#demo img {border: 3px solid #F2F2F2;}#indemo
阅读全文
posted @ 2021-08-27 09:46 v17166570219
阅读(88)
评论(0)
推荐(0)
2021年8月26日
自写vim插件
摘要: " http://vimdoc.sourceforge.net/htmldoc/usr_41.html """"""""""""""""""""""""""""" " 工具函数 """""""""&q
阅读全文
posted @ 2021-08-26 17:12 v17166570219
阅读(90)
评论(0)
推荐(0)
HandleAbstractJBPMAction
摘要: 包 com.hjy.ssh.action; 进口 com.hjy.ssh.beans.AbstractApply; 导入 java.lang.reflect.Method; 导入 java.lang.reflect.Proxy; 导入 javax.annotation.Resource; 导入 or
阅读全文
posted @ 2021-08-26 16:41 v17166570219
阅读(39)
评论(0)
推荐(0)
Java并发编程
摘要: [java] view plaincopy在CODE上查看代码片派生到我的代码片public class Deadlock extends Object { private String objID; public Deadlock(String id) { objID = id; } public
阅读全文
posted @ 2021-08-26 09:31 v17166570219
阅读(47)
评论(0)
推荐(0)
GridView实现
摘要: layoutChildrenView(){ int childrenCount = listData.size(); int singleWidth = (totalWidth - gap * (3 - 1)) / 3; int singleHeight = singleWidth; //根据子视图
阅读全文
posted @ 2021-08-26 09:14 v17166570219
阅读(54)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告