随笔分类 -  software question

摘要:右边的那条线的去除:setting-editor-appearance-show right margin 勾选去掉 阅读全文
posted @ 2015-06-18 09:32 Joerias 阅读(172) 评论(0) 推荐(0)
摘要:安装$ npm install gulp -g //全局安装gulp,让你可存取gulp的CLI//接着需要在本地端的专案进行安装,cd到专案根目录,执行$ npm install gulp --save-dev //本地专案安装完毕,并记录与package.json内的devDependencie... 阅读全文
posted @ 2015-04-23 10:08 Joerias 阅读(312) 评论(0) 推荐(0)
摘要:先行下载安装Ruby和SASS再下载并安装node.js,已经集成了NPM命令行查看是否安装成功node -vnpm -v命令行安装gruntnpm install -g grunt-cli拷贝Gruntfile.js和package.json文件npm install查看用grunt另外:grun... 阅读全文
posted @ 2015-01-29 18:08 Joerias 阅读(422) 评论(0) 推荐(0)
摘要:打开终端cd /Applications/ //在应用程序文件目录删除苹果自带的程序sudo rm -rf Safari.app/ //删除safari浏览器sudo rm -rf Mail.app/ //删除mailsudo rm -rf FaceTime.app/ //删... 阅读全文
posted @ 2014-11-05 10:54 Joerias 阅读(648) 评论(0) 推荐(0)
摘要:首先。通过github网站新建一个仓库,得到仓库地址https://github.com/piercalex/a.git接着回到客户端,打开git shell://在客户端配置账户信息git config --global user.name 'piercalex' //设置初始账号idgit co... 阅读全文
posted @ 2014-10-27 22:34 Joerias 阅读(621) 评论(0) 推荐(0)
摘要:svn: warning: W150002: '/Users/piercalex/svn/azzz/1' is already under version controlsvn: E200009: Could not add all targets because some targets are ... 阅读全文
posted @ 2014-10-23 14:20 Joerias 阅读(8254) 评论(0) 推荐(0)
摘要:chrome系统样式文件修改chrome的默认字体:C:\Users\username\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\custom.css*{ font-family:YaHei Consolas Hybrid !important;}阴影* {text-shadow: silver 0px 0px 1px !important;} 阅读全文
posted @ 2013-05-31 09:14 Joerias 阅读(514) 评论(0) 推荐(1)
摘要:YUI Compressor下载JDK>在sublime text 3安装插件 YUI Compressor >安装完成之后,在工具->编译系统->YUI Compressor >安装完之后,在编辑器里打开JS、CSS文件,按F7即会压缩当前文件(a.js),压缩后的文件(a.min.js)保存在该... 阅读全文
posted @ 2013-03-20 11:23 Joerias 阅读(2331) 评论(0) 推荐(0)
摘要:apache默认不支持SSI,可以通过修改配置文件来使其支持搜索AddType text/html .shtml的位置,打开以下注释AddType text/html .shtml AddOutputFilter INCLUDES .shtml同时需要找到Options Indexes FollowSymLinks,在其后添上Includes以上表示支持shtml的include命令,如果还想支持html,则需改为AddType text/html .shtml .htmlAddOutputFilter INCLUDES .shtml .html使用办法:建立A.html文件如下<!DO 阅读全文
posted @ 2012-11-27 10:19 Joerias 阅读(2403) 评论(0) 推荐(0)
摘要:win7跟xp差不多,xp一般不需要注销或者重启,但是win7最起码需要注销一次。找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer新建二进制值,命名为NoDrives,并设置数值。盘符 A B C D E F G H 数值 01000000 02000000 04000000 0... 阅读全文
posted @ 2012-09-14 10:08 Joerias 阅读(4127) 评论(0) 推荐(0)