^[^@\s<&>]+@([a-z0-9]+\.)+[a-z]{2,4}$
无法匹配XXXX@a-nan.com(即域名带有-的情况)
修改为:^[^@\s<&>]+@([a-z0-9\-]+\.)+[a-z]{2,9}$
即可匹配
黍离
彼黍离离,彼稷之苗。行迈靡靡,中心摇摇。
知我者,谓我心忧;不知我者,谓我何求。悠悠苍天,此何人哉?
彼黍离离,彼稷之穗。行迈靡靡,中心如醉。
知我者,谓我心忧;不知我者,谓我何求。悠悠苍天,此何人哉?
彼黍离离,彼稷之实。行迈靡靡,中心如噎。
知我者,谓我心忧;不知我者,谓我何求。悠悠苍天,此何人哉?
张学友演唱会的票根别扔,留着有用!!!
Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(): Failed to enable crypto in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(https://www.a-nan.com/content/uploadfile/201806/thum-eb521528952892.jpg): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
(图片来源网络)
听张学友的演唱会,目的是证明自己无罪。。。
你是人间的四月天
我说你是人间的四月天;
笑响点亮了四面风;
轻灵 在春的光艳中交舞着变。
你是四月早天里的云烟,
黄昏吹着风的软,
星子在无意中闪,
细雨点洒在花前。
那轻,那娉婷,你是,
鲜妍百花的冠冕你戴着,
你是天真,庄严,
你是夜夜的月圆。
雪化后那篇鹅黄,你象;
新鲜初放芽的绿,你是;
柔嫩喜悦
水光浮动着你梦期待中白莲。
你是一树一树的花开,
是燕在梁间呢喃,
——你是爱,是暖,是希望,
你是人间的四月天!
儿童节你向我要礼物我可以给你
但是过几天父亲节你要是不送
可就别怪爸爸翻脸了
对《魅影》的修改
1、移除了页面LOGO;
2、移除了页面标题右边的:“归档”、“留言”、“RSS”、“搜索”;
3、在标题菜单右边,加入了搜索控件;
4、在侧边栏加入了“站点统计”组件;
5、修改侧边栏“关于我”组件内容为站点个人资料;
6、修改侧边栏“友情链接”组件、自定义组件的样式;
7、增加侧边栏“友情链接”组件在全部界面的显示,而不只是显示在首页;
8、修改底部版权信息;
2018-05-28
9...
oracle存储过程 捕获异常
在oracle存储过程中,碰到一个查询不到数据,导致抛出oracle异常的问题,
下面是示例:
v_no varchar2(50);--这是一个用来存储查询出来数据的中间变量
v_sql := 'select fvalue from zy.tparam where fcode = 9999';//这是sql语句
execute immediate v_sql into v_no;--这句报错了,因为查不到数据
if v_no is null then
...
jdk环境变量配置
Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(): Failed to enable crypto in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(https://www.a-nan.com/content/uploadfile/201806/thum-29961530255080.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
1.系统变量→新建 JAVA_HOME 变量 。
变量值填写jdk的安装目录(本人是 E:\Java\jdk1.7.0)
2.系统变量→寻找 Path 变量→编辑
在变量值最后输入 %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;
(注意原来Path的变量值末尾有没有;号,如果没有,先输入;号再输入上面的代码
3.系统变量→新建 CLASSPATH 变量
变量值填写 .;%JAVA_HOME%\lib;%JAVA_HOME%\l...
Tomcat修改标题和JDK路径配置
Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(): Failed to enable crypto in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(https://www.a-nan.com/content/uploadfile/201806/0c2b1530255143.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
在tomcat的bin目录里,新建一个叫setenv.bat的文件
文件内容如下:
#设置jdk路径
set JAVA_HOME=F:\ZT_HIS\Java\jdk1.6.0_45
#设置窗口标题
set TITLE=这里是标题标题标题标题
保存后重新启动tomcat即可。
也可直接在catalina.bat里面修改标题。但是在catalina.bat的最上面,有一段对各个变量的说明。最开始有一段注释,注释不建议我们直接修改catalin...
修改项目部署名称
Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(): Failed to enable crypto in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(https://www.a-nan.com/content/uploadfile/201806/thum-366f1530255017.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
发布了一个servlet,接口文档定义的接口地址是http://ip:port/doReqToHis?service=getDeptInfo&user=xxx&password=xxx
但是在web.xml配置/doReqToHis后,发现http://127.0.0.1:8080/doReqToHis并不能访问到接口,
需要带上项目名:http://127.0.0.1:8080/HisSelfHelpService/doReqToHis
百度后解决办法如下:
...