好好爱自己!

上一页 1 ··· 107 108 109 110 111 112 113 114 115 ··· 179 下一页
摘要: procomm plus 的基本使用方法 阅读全文
posted @ 2017-12-19 19:46 立志做一个好的程序员 阅读(939) 评论(0) 推荐(0)
摘要: 问题: https://www.zhihu.com/question/26480812 (?<=<(\w+)>).*(?=<\/\1>) 正则表达式看懂的最好方法就是一步步分开解析: 1)以 '.*' 为分界,前面括号中的内容可以划分为 ‘?<=’ 和 ‘<(\w+)>’,其中‘<(\w+)>'表示 阅读全文
posted @ 2017-12-15 10:27 立志做一个好的程序员 阅读(12757) 评论(1) 推荐(1)
摘要: question: I wrote the following code on immutable Strings. Output: Here the value of variable a has been changed (while many say that contents of the 阅读全文
posted @ 2017-12-15 10:11 立志做一个好的程序员 阅读(320) 评论(0) 推荐(0)
摘要: 正则表达式非常好的网站: https://www.regular-expressions.info/lookaround.html Lookahead and Lookbehind Zero-Length Assertions Lookahead and lookbehind, collective 阅读全文
posted @ 2017-12-15 01:26 立志做一个好的程序员 阅读(770) 评论(0) 推荐(0)
摘要: 原文: http://blog.csdn.net/just4you/article/details/70767928 捕获组分类 普通捕获组 从正则表达式左侧开始,每出现一个左括号“(”记做一个分组,分组编号从1开始。0代表整个表达式。 对于时间字符串:2017-04-25,表达式如下 1 有4个左 阅读全文
posted @ 2017-12-14 12:45 立志做一个好的程序员 阅读(960) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/21716673/port-forwarding-with-xinetd I want to forward xinetd connection to another local port (say 12345). I base 阅读全文
posted @ 2017-12-07 17:14 立志做一个好的程序员 阅读(260) 评论(0) 推荐(0)
摘要: https://developers.google.com/web/tools/setup/setup-buildtools 了解如何使用一套构建流程工具加快开发速度和创建快速加载的网站。每个网站均应有一个开发版本和一个生产版本。开发版本具有构成网站的所有 HTML、CSS、JS 和图像文件,且格式 阅读全文
posted @ 2017-12-07 16:13 立志做一个好的程序员 阅读(517) 评论(0) 推荐(0)
摘要: 转载的,原文: http://wiki.jikexueyuan.com/project/chrome-devtools/saving-changes-with-workspaces.html 通过工作空间保存更改 简介 Chrome DevTools 允许你对页面或者 CSS 做出更改,并且可以实时 阅读全文
posted @ 2017-12-07 13:36 立志做一个好的程序员 阅读(1497) 评论(0) 推荐(0)
摘要: 很多时候,觉得自己掌握的东西还是很少,做事情的效率还不是很高,希望自己能够成长起来,认认真真做事。 Javascript声明变量的时候,虽然用var关键字声明和不用关键字声明,很多时候运行并没有问题,但是这两种方式还是有区别的。可以正常运行的代码并不代表是合适的代码。var num = 1; 是在当 阅读全文
posted @ 2017-12-07 10:03 立志做一个好的程序员 阅读(263) 评论(0) 推荐(0)
摘要: Angular UI Router: Different states with same URL? The landing page of my app has two states: home-public, home-logged-in. Now I want to show both sta 阅读全文
posted @ 2017-12-06 21:43 立志做一个好的程序员 阅读(312) 评论(0) 推荐(0)
上一页 1 ··· 107 108 109 110 111 112 113 114 115 ··· 179 下一页

不断学习创作,与自己快乐相处