用户工具

站点工具


start

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
start [2017/04/12 08:26] jiajistart [2024/02/04 04:49] (当前版本) – 外部编辑 127.0.0.1
行 1: 行 1:
-====== Jiaji' Wiki ======+====== Taijicoder Wiki ======
  
 [[utils|好用工具]] [[utils|好用工具]]
行 5: 行 5:
 [[references|资料参考]] [[references|资料参考]]
  
 +[[guides|经典教程]]
  
-[[guides|教程]] +[[tips|实用知识点]]
-## 实用开源库+
  
-[Web工程师必备的43款可视化工具](http://www.csdn.net/article/2013-01-15/2813666-Web-Tools)+[[advanceds|深度好文]]
  
 +[[sites|有意思的站点]]
  
 +[[libs|开源库]]
  
-## 实用Tips+[[sidebar]]
  
-### Web 
  
-[Browser Hacks](http://browserhacks.com/) 
  
-[Disabling Chrome cache for website development](http://stackoverflow.com/questions/5690269/disabling-chrome-cache-for-website-development) 
- 
- 
-[WHAT IS THE DIFFERENCE BETWEEN HASHING AND ENCRYPTING?](http://www.securityinnovationeurope.com/blog/page/whats-the-difference-between-hashing-and-encrypting) 
- 
-[What is the best way to extract the most important image from a web page given its DOM tree structure?](https://www.quora.com/What-is-the-best-way-to-extract-the-most-important-image-from-a-web-page-given-its-DOM-tree-structure) 
- 
-[CSS 盒模型](https://www.qianduan.net/css-box-model/) 
- 
-[CSS Float Theory: Things You Should Know](https://www.smashingmagazine.com/2007/05/css-float-theory-things-you-should-know/) 
- 
-[CSS support on email clients](https://www.campaignmonitor.com/css/) 
- 
-[How to make a DIV with no content have a width?](http://stackoverflow.com/questions/4171286/how-to-make-a-div-with-no-content-have-a-width) 
- 
-[Mobile Viewport](https://quirksmode.org/mobile/viewports2.html) 
- 
-[HTML5安全:CORS(跨域资源共享)简介](http://blog.csdn.net/hfahe/article/details/7730944) 
- 
-### iOS 
- 
-[Override Objc method via category](http://stackoverflow.com/questions/14259517/override-a-method-in-objective-c-via-category) 
- 
-[Convert UIWebview contents to a UIImage](http://stackoverflow.com/questions/858788/convert-uiwebview-contents-to-a-uiimage) 
- 
-[Is it possible to auto-detect string encoding in a Cocoa program ](http://www.macosxguru.net/article.php?story=20030808081801868) 
- 
-[iOS 8 UITableView separator inset 0 not working](http://stackoverflow.com/questions/25770119/ios-8-uitableview-separator-inset-0-not-working) 
- 
-[Determining the available amount of RAM on an iOS device ?](http://stackoverflow.com/questions/5012886/determining-the-available-amount-of-ram-on-an-ios-device) 
- 
-[谈谈 GIF 格式](https://zhuanlan.zhihu.com/p/22590949) 
- 
-### Linux 
- 
- 
-[HOW TO SET A PROXY FOR THE TERMINAL [QUICK LINUX TIP]](http://www.webupd8.org/2010/10/how-to-set-proxy-for-terminal-quick.html) 
- 
-[[Github 配置 SSH key]] 
- 
-[Merging vs. Rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) 
- 
-[Squash several Git commits into a single commit](https://makandracards.com/makandra/527-squash-several-git-commits-into-a-single-commit) 
- 
-[Search a git repo like a ninja](http://travisjeffery.com/b/2012/02/search-a-git-repo-like-a-ninja/) 
- 
-[How to show git log history for a sub directory of a git repo?](http://stackoverflow.com/questions/16343659/how-to-show-git-log-history-for-a-sub-directory-of-a-git-repo) 
- 
-[How to list the file names only that changed between two commits?](http://stackoverflow.com/questions/1552340/how-to-list-the-file-names-only-that-changed-between-two-commits) 
- 
-[How To Set Up Nginx with HTTP/2 Support on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-with-http-2-support-on-ubuntu-16-04) 
- 
-[How can I delete all files with a particular extension in a particular folder?](http://unix.stackexchange.com/questions/42020/how-can-i-delete-all-files-with-a-particular-extension-in-a-particular-folder) 
- 
-[EOF是什么?](http://www.ruanyifeng.com/blog/2011/11/eof.html) 
- 
-### macOS 
- 
-[TCP and UDP ports used by Apple software products](https://support.apple.com/en-us/HT202944) 
- 
-[Xcode users can free up space on your Mac](http://ajithrnayak.com/post/95441624221/xcode-users-can-free-up-space-on-your-mac) 
- 
-[Mac OS 键盘设置 A Modern Space Cadet](http://stevelosh.com/blog/2012/10/a-modern-space-cadet/) 
- 
-## 深度文章 
- 
-### Web 
- 
-[How Browsers Work: Behind the scenes of modern web browsers](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/) 
- 
-[Best Practices for Designing a Pragmatic RESTful API](http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api) 
- 
-[Building an API: Best Practices](http://www.startupcto.com/backend-tech/building-an-api-best-practices) 
- 
-[Caching Tutorial](https://www.mnot.net/cache_docs/) 
- 
-[深度剖析:如何实现一个 Virtual DOM 算法](https://segmentfault.com/a/1190000004029168) 
- 
-[How HTML5 Web Sockets Interact With Proxy Servers](https://www.infoq.com/articles/Web-Sockets-Proxy-Servers) 
- 
-### iOS 
- 
-[[通过私有API调试UIWebView]] 
- 
-[Resize a UIImage the right way](http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/) 
- 
-[iOS 保持界面流畅的技巧](http://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ios/) 
- 
-[iOS触摸事件的流动](http://shellhue.github.io/2017/03/04/FlowOfUITouch/) 
- 
-[Library vs Framework in iOS](http://blog.lanvige.com/2015/01/04/library-vs-framework-in-ios/?utm_source=tuicool&utm_medium=referral) 
- 
-[Swift Runtime分析:还像OC Runtime一样吗?](https://mp.weixin.qq.com/s?__biz=MzA3ODg4MDk0Ng==&mid=403153173&idx=1&sn=c631f95b28a0eb4b842a9494e43a30e5&scene=1&srcid=0411nXUTkQ6iwljBxNeAy5jg&key=b28b03434249256b60dcb9aea88dce40e7a1ee0e66963b948073d936b9786aa8046c2a3ba77f72f6cd452d879551fca7&ascene=0&uin=MTIwODIw&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.10.5+build(14F1713) 
- 
-### Linux 
- 
-[Understand Linux Shell and Basic Shell Scripting Language Tips](http://www.tecmint.com/understand-linux-shell-and-basic-shell-scripting-language-tips/) 
- 
-[[Bash, Zsh profile 文件的load顺序]] 
- 
-[一个“蝇量级” C 语言协程库](http://coolshell.cn/articles/10975.html) 
- 
-### Database 
- 
-[MySQL索引背后的数据结构及算法原理](http://blog.jobbole.com/24006/) 
- 
- 
- 
-## 有意思的技术博客 
- 
-### Web 
- 
-[Chrome 迷](http://chromi.org/) 
- 
-### iOS 
- 
-[Cocoa with Love](http://www.cocoawithlove.com/) 
- 
-[Mike Ash NSBlog](https://www.mikeash.com/pyblog/) 
- 
-### Emacs 
- 
-[Planet Emacs](http://planet.emacsen.org/) 
- 
-### Generic 
- 
-[Commandlinefu](http://www.commandlinefu.com/commands/browse/last-week/sort-by-votes) 
- 
-[~iany](http://blog.iany.me/zh/) 
- 
-[The Lumber Room](https://shreevatsa.wordpress.com/) 
- 
-[Coding Labs](http://blog.codinglabs.org/) 
- 
-[技术发展曲线](http://www.gartner.com/technology/research/methodologies/hype-cycle.jsp) 
- 
-[程序员的四种类型](http://blog.jobbole.com/42210/) 
- 
-[听各种鸟的叫声](http://macaulaylibrary.org/) 
- 
-[你可能不知道的农历](http://www.guokr.com/post/347426/) 
start.1491985568.txt.gz · 最后更改: (外部编辑)