[该文章已设置加密,请点击标题输入密码访问]
SpringBoot进度热门
学习使用springboot进行开发已经一周了,记录一下自己的进程,后续更新
1、搭建springboot环境
2、JPA
3、hibernate集成
4、定时器
5、AOP切面日志打印
Beyond Compare 开启对class文件直接反编译并比较的支持热门
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/201811/thum-aea41542002868.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
首先打开Beyond Compare,选择菜单栏:工具-文件格式
这里面是Beyond Compare当前支持的文件格式,确认一下有没有
名称为Java Class to Source,掩码为*.class 的格式
有的话 打钩即可,没有的话需要安装插件
下载插件:BCFormats.rar
下载完成后,打开你的Beyond Compare,选择菜单栏:工具-导入设置
选择你刚刚下载的文件,一直下一步直到...
oracle赋予权限
grant create any table to username;
grant create any procedure to username;
grant execute any procedure to username;
创建执行JOB权限
grant create job to 用户;
grant manage scheduler to 用户;
给一个表的读取权限
grant select on 表...
hibernate主键生成策略及配置
1、assigned
主键由外部程序负责生成,在 save() 之前必须指定一个。Hibernate不负责维护主键生成。与Hibernate和底层数据库都无关,可以跨数据库。在存储对象前,必须要使用主键的setter方法给主键赋值,至于这个值怎么生成,完全由自己决定,这种方法应该尽量避免。
<id name="id" column="id">
<generator class="assigned" />
...
Spring Boot项目在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/201807/thum-ca7c1530860742.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
报错如图:
经查,是因为项目人员在部署时,直接修改setclasspath.bat文件,
改了其中的%JAVA_HOME%,直接写死JDK路径
解决方案如下:把写死的JDK路径重新改为%JAVA_HOME%
然后使用SET JAVA_HOME的方式,来指定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/201807/thum-afe11530666497.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
windows远程桌面是我们经常使用的,但是最近突然发现从本地复制文件及文本无法复制到服务器上去了,这对工作带来了极大的不便。原来是好的,突然不行了,也没有人为的设置,猜测服务器上面某个服务挂掉了,经过百度及多方面查询果然是rdpclip.exe(remote desktop clipboard)不起作用了,此程序负责管理本地机与远程服务器之间共享剪切板。
解决办法如下:
1、打开任务管理器-->结束此进程(rdpclip.exe)
2、点击任务管理器菜单...
IIS7.5 URL重写 HTTP重定向到HTTPS
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/6e031530255627.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
由于本站启用了SSL,需要把原来http://www.a-nan.com自动重定向到https://www.a-nan.com
这里记录了我重写到HTTPS的方法:
1、服务器打开IIS,在左侧选中需要开启HTTPS的网站,在右边找到"SSL设置",双击进去,把"要求 SSL"的勾去掉,然后点击应用;
2、选中需要开启HTTPS的网站,在右边找到"URL重写"
双击进入"URL重写",点击右边的"添加规则..."
...
让emlog不显示某个分类的方法
一、首页不显示某个分类的文章
修改emlog根目录include/controller/log_controller.php下
找到$sqlSegment ='ORDER BY top DESC ,date DESC';(我用的emlog5.3.1是第19行)
将这行修改为$sqlSegment ='and sorti...
对《魅影》的修改
1、移除了页面LOGO;
2、移除了页面标题右边的:“归档”、“留言”、“RSS”、“搜索”;
3、在标题菜单右边,加入了搜索控件;
4、在侧边栏加入了“站点统计”组件;
5、修改侧边栏“关于我”组件内容为站点个人资料;
6、修改侧边栏“友情链接”组件、自定义组件的样式;
7、增加侧边栏“友情链接”组件在全部界面的显示,而不只是显示在首页;
8、修改底部版权信息;
2018-05-28
9...