摘要: 我的CSDN博客(主要写在这里) 地址 : https://blog.csdn.net/gaokcl 阅读全文
posted @ 2019-01-30 15:15 古韵 阅读(86) 评论(0) 推荐(0)
摘要: 一,css /*master引入后显示 商品管理*/.goods_manage{ background: #393F64;/* 主要的内容 */}/*清除浮动clearfix*/.clearfix::before,.clearfix::after { content: ''; display: ta 阅读全文
posted @ 2018-07-28 00:51 古韵 阅读(763) 评论(0) 推荐(0)
摘要: 一、 多数控件都具有的属性、事件和方法 常用控件的名称中文名称英文名称命令按钮CommandButton标签控件Label文本框TextBox图像控件Image框架控件Frame单选控件OptionButton复选控件CheckBox直线控件Line图形控件Shape时钟控件Timer列表框List 阅读全文
posted @ 2018-07-28 00:46 古韵 阅读(826) 评论(0) 推荐(0)
摘要: private void button1_Click(object sender, EventArgs e) { int a, b, jiami; a = Convert.ToInt32(textBox1.Text); b = Convert.ToInt32(textBox2.Text); jiam 阅读全文
posted @ 2018-07-28 00:43 古韵 阅读(178) 评论(0) 推荐(0)
摘要: <object id="mplayer" width="451" height="150" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" align="baseline" border="0" standby="Loading Micros 阅读全文
posted @ 2018-07-28 00:41 古韵 阅读(231) 评论(0) 推荐(0)
摘要: 恢复内容开始 名侦探系列之 50个高质量的PHP代码小技巧 (前篇) 1,使用绝对路径,方便代码的迁移: define('ROOT' , pathinfo(__FILE__, PATHINFO_DIRNAME)); require_once(ROOT . '../../lib/some_class. 阅读全文
posted @ 2018-07-25 12:09 古韵 阅读(162) 评论(0) 推荐(0)
摘要: js 案例 ,给图片加域名,正则表达式匹配 sDetail = '<img src="/userfiles/image/XB20180509H/001.gif">'; $preg = '#(src|href|url)(=[\'|\"]|\()((?!http:\/\/)[\/]?(.*?)\.(jp 阅读全文
posted @ 2018-07-24 15:48 古韵 阅读(520) 评论(0) 推荐(0)