双城小站

SpringBoot进度热门

学习使用springboot进行开发已经一周了,记录一下自己的进程,后续更新 1、搭建springboot环境 2、JPA 3、hibernate集成 4、定时器 5、AOP切面日志打印
阅读全文

flag

愿我余生 从心所欲 任性妄为 宁愿做 灯红酒绿中 张牙舞爪的鬼 也不做 平淡生活里 委曲求全的谁 得而不惜 就该死
阅读全文

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,选择菜单栏:工具-导入设置 选择你刚刚下载的文件,一直下一步直到...
阅读全文

关于SAT、ACT、GAC、AP、A-Level、TOEFL、IELTS、GRE、GMAT、LSAT、GPA

1、关于SAT SAT测验(中国大陆非官方音译为“赛达”),曾称作学术能力测验(Scholastic Aptitude Test,也有书籍译为学术倾向测试)和学术评估测试(Scholastic Assessment Test),是由美国大学委员会(College Board,简称CB,有的书籍译为美国大学理事会)(大约4,300所美国大学共同组成的文教组织)委托美国教育测验服务社(ETS)定期举办的测验,做为美国各大学申请入学和申请奖学金的重要参考条件之一。第一次考试于1926年举办。 SA...
阅读全文

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重写",点击右边的"添加规则..." ...
阅读全文