摘要: google搜索技巧非常多 以下只罗列好记和实用的关键字 1."keyword" 精确搜索 2."keyword"-exception 排除搜索 3.*匹配 4.Either/OR 阅读全文
posted @ 2016-08-28 21:10 Alex_Null 阅读(159) 评论(0) 推荐(0)
摘要: 闲暇之余片段式地阅读 不知不觉 我竟然把这本书看完了 看到了很多历史夹缝之间发生的事情 个人生活与事件的交错 我这个对政治不太感兴趣 但也感到了其中温度 除了生平、历史与政治也有些有趣的*西: 与四大名著的渊源 虎与猴 对游泳和辣椒的喜爱 他很少有抱怨或是怯弱,总是充满自信,像火一样炽热 两点论的做 阅读全文
posted @ 2016-08-21 16:50 Alex_Null 阅读(355) 评论(0) 推荐(0)
摘要: 这些格言在我看来非常受用,是做出一番事业的重要品质 1.Temperance:Eat not to dullness,drink not to elevator. 不贪图享乐,不以吃喝麻痹自己 2.Silence: Speak not but what may benefit others or y 阅读全文
posted @ 2016-04-27 11:47 Alex_Null 阅读(361) 评论(0) 推荐(0)
摘要: 替换规则在snippet.json文件 ${} 为变量替换 | 为光标停留位置 可用转意符 阅读全文
posted @ 2016-04-26 08:15 Alex_Null 阅读(152) 评论(0) 推荐(0)
摘要: IE8:input 背景设成透明会导致不能点,需用一个极小的像素来处理IE8:min-width 不认 border-box,需要当做content-box处理 阅读全文
posted @ 2016-04-13 19:56 Alex_Null 阅读(190) 评论(0) 推荐(0)
摘要: 初次接触Linux坑就是多 首先就碰到了权限问题,导致了我的vsftp不能用 看了好一会,其实一句话就解决了 chmod -R 777 "/ect/AlexSpace" 转一篇http://www.cnblogs.com/younes/archive/2009/11/20/1607174.html 阅读全文
posted @ 2016-04-10 15:38 Alex_Null 阅读(230) 评论(0) 推荐(0)
摘要: CSS white-space: normal 默认 空白会被浏览器忽略 pre 空白会被浏览器保留。其行为方式类似 HTML 中的 <pre> 标签 nowrap 文本不会换行,文本会在在同一行上继续,直到遇到 <br> 标签为止。pre-wrap 保留空白符序列,但是正常地进行换行。pre-li 阅读全文
posted @ 2016-04-08 13:14 Alex_Null 阅读(186) 评论(0) 推荐(0)
摘要: libraries/config.default文件 $cfg['Servers'][$i]['nopassword'] = false; $cfg['Servers'][$i]['AllowNoPassword'] = false; 阅读全文
posted @ 2016-03-24 22:40 Alex_Null 阅读(235) 评论(0) 推荐(0)
摘要: 因为原服务器用的是win2008的iis,数据库是sql server 所以我装mysql 5.6.24的时候尤其地小心 但还是遇到了1067错误和“can't not connect to MySql Server in localhost(10061)” search了很多文,无果,好吧,推倒了 阅读全文
posted @ 2016-02-25 15:15 Alex_Null 阅读(169) 评论(0) 推荐(0)
摘要: img related form attr: enctype="multipart/form-data" 阅读全文
posted @ 2016-02-23 16:15 Alex_Null 阅读(129) 评论(0) 推荐(0)