02 2018 档案

摘要:power shell 注:以下内容在非Windows平台上写的,可能会有拼写错误,如果有,请指正,我会尽快修正。可以用Powershell的配置文件($PROFILE)来实现。$PROFILE默认文件不存在,需要创建。New Item $PROFILE ItemType File Force 此时 阅读全文
posted @ 2018-02-26 23:00 言非言 阅读(9622) 评论(0) 推荐(1)
摘要:修改 配置文件 只需留下 my.ini文件,然后修改其编码配置。 配置如下 修改后效果 阅读全文
posted @ 2018-02-26 20:13 言非言 阅读(282) 评论(0) 推荐(0)
摘要:"http://www.runoob.com/bootstrap4/bootstrap4 navs.html" 共五个部分 1 2 3 <!DOCTYPE html bootstrap入门3 进度条 90% 10% 30% Free Space Warning Danger 分页 上一页 1 2 3 阅读全文
posted @ 2018-02-14 00:46 言非言 阅读(858) 评论(0) 推荐(0)
摘要:解决WIN10隔几分钟就自动黑屏睡眠的方法!_Win10之家原文是卸载了电源驱动,下面是在评论里看到的方法:这是系统无人值守时睡眠时间的设定,默认是两分钟。解决方法:1.运行注册表管理器,win+r ,输入regedit.exe2.定位到HKEY_LOCAL_MACHINE\SYSTEM\Curre 阅读全文
posted @ 2018-02-11 19:10 言非言 阅读(6991) 评论(0) 推荐(0)
摘要:Spring helloworld 【http://wiki.jikexueyuan.com/project/spring/hello world example.html】 HelloWorld.java MainApp.java Beans.xml IoC容器 Spring IoC容器是Spri 阅读全文
posted @ 2018-02-04 22:53 言非言 阅读(286) 评论(0) 推荐(0)