会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
为你守候在下雨的季节
---闲看庭前花开花落,漫随天外云卷云舒
博客园
首页
新随笔
新文章
联系
订阅
管理
2019年4月15日
来源于知乎专栏:https://zhuanlan.zhihu.com/p/29619457
摘要: 1. 校验数字的表达式 2. 校验字符的表达式 3. 特殊需求表达式 正则表附图
阅读全文
posted @ 2019-04-15 17:13 为你守候在下雨的季节
阅读(11516)
评论(0)
推荐(0)
编辑
2018年1月2日
thinkphp中插入ueditor编辑器的代码
摘要: 1、需要在header中加入以下js内容:<script type="text/javascript" src="{$smarty.const.__ROOT__}/ueditor/ueditor.config.js"></script><script type="text/javascript" s
阅读全文
posted @ 2018-01-02 17:15 为你守候在下雨的季节
阅读(187)
评论(0)
推荐(0)
编辑
2017年12月27日
编辑器
摘要: https://www.cnblogs.com/lichenwei/p/3868994.html
阅读全文
posted @ 2017-12-27 20:17 为你守候在下雨的季节
阅读(108)
评论(0)
推荐(0)
编辑
2017年12月4日
php中上传图片,原生代码
摘要: 一、实现图片上传方法一 html的写法: <form action="handle.php" name="form" method="post" enctype="multipart/form-data"> <input type="file" name="file" /> <input type=
阅读全文
posted @ 2017-12-04 21:33 为你守候在下雨的季节
阅读(1104)
评论(0)
推荐(0)
编辑
thinkphp中上传图片以及制成缩略图
摘要: form表单中必须有的一个属性: enctype=”multipart/form-data” html的写法:
阅读全文
posted @ 2017-12-04 21:27 为你守候在下雨的季节
阅读(221)
评论(0)
推荐(0)
编辑
2017年10月23日
https://www.oschina.net/project/lang/19/java
摘要: https://www.oschina.net/project/lang/19/java
阅读全文
posted @ 2017-10-23 20:30 为你守候在下雨的季节
阅读(180)
评论(0)
推荐(0)
编辑
2017年9月20日
js中各种弹窗
摘要: ** * JS提示跳转 * @param $tip 弹窗口提示信息(为空没有提示) * @param $type 设置类型 close = 关闭 ,back=返回 ,refresh=提示重载,jump提示并跳转url * @param $url 跳转url */function alert($tip
阅读全文
posted @ 2017-09-20 14:49 为你守候在下雨的季节
阅读(174)
评论(0)
推荐(0)
编辑
2017年6月9日
MYSQL数据库中中文乱码问题
摘要: show variables like 'character%'; set character_set_database=gbk; 把记事本中的代码引入到mysql数据库中:source +address;
阅读全文
posted @ 2017-06-09 20:07 为你守候在下雨的季节
阅读(121)
评论(0)
推荐(0)
编辑
2017年4月29日
css中的定位属性
摘要:
阅读全文
posted @ 2017-04-29 09:57 为你守候在下雨的季节
阅读(98)
评论(0)
推荐(0)
编辑
关于对CSS中超链接那部分的设置
摘要: a:link{ //正常下的超链接 color:red; //超链接的颜色 text-decoration:none; //超链接没有下划线 } a:visited{ //访问过的超链接 color:yellow; //访问过的超链接颜色 text-decoration:none; //访问过的超链
阅读全文
posted @ 2017-04-29 09:31 为你守候在下雨的季节
阅读(386)
评论(0)
推荐(0)
编辑
下一页