zoukankan      html  css  js  c++  java
  • 好文章收集

    1、http://blog.csdn.net/yangbutao/article/details/12242441 高并发高可用电商平台构建

    2、http://www.cnblogs.com/coolhwm/archive/2011/11/19/2255116.html 关于一篇如何设计一个网站登录系统的文章,感觉不错,但是还要注意集群情况下的会话保持功能。

    3、http://noops.me/ 小米运维部非官方博客,有很多不错的运维资料

    4、http://www.oschina.net/p/quagga/ 结合lvs使用,还没好好研究

    5、http://yalung929.blog.163.com/  一个个人博客 有几篇不错的文章

    6、http://ifeve.com/mechanical-sympathy/ 也是个个人站 挺不错 从上面那个博客里找到的 ^_^

    7、http://code.alibabatech.com/wiki/display/cobar/Home 阿里巴巴开源的分布式数据库中间件

    8、http://oplinux.com/category/app 一个博客,不少运维小技巧

    9、http://www.itlearner.com/article/4553 Linux服务器性能评估与优化

    10、Nginx 备战-优化指南

    11、http://www.cyberciti.biz/ 一个很好的linux相关文章网站

    http://www.shopify.com/  全球在线商店

    http://sequelpro.com/  mac上的免费的强大的mysql管理客户端

    http://fideloper.com/ 非常好的老外技术博客,下面好多东西是从这个站看到的

    http://xip.io/  wildcard DNS for everyone 域名解析的工具 对web开发 测试有帮助

    https://github.com/fideloper/Vaprobash 这个很屌,vagrant的provisioning 脚本,其实是我想做的事情,写了一部分centos的安装脚本,这个比我的强多了,用到了xip.io

    http://fideloper.com/hhvm-nginx-laravel hhvm,nginx,laravel的一篇安装教程

    https://github.com/spf13/spf13-vim 一个vim ide 配置项目,相当不错,简单好用,从http://www.zrwm.com/?p=7397看到的

    http://usevim.com/ 很好的学习vim的博客

    http://www.elastichq.org/index.html elasticsearch的监控工具

    http://metah.ch/blog/ 一篇关于facebook sdk使用的文章 

    https://localtunnel.me/ 本地服务映射到一个域名

    laravel相关:

    http://daylerees.com/codebright/build-an-app-one

    http://yansu.org/2014/04/11/redis-queue-in-laravel.html

    http://laravel-recipes.com/recipes/13/finding-documentation

    http://learninglaravel.net/

    http://www.helloweba.com/view-blog-228.html

    http://blog.koomai.net/post/allowing-some-ip-addresses-to-bypass-maintenance-mode-in-laravel

    http://culttt.com/2014/05/26/adding-social-authentication-laravel-4-application-part-1/ 博客中很多不错的文章

    http://maxoffsky.com/code-blog/integrating-facebook-login-into-laravel-application/

    http://www.ibm.com/developerworks/library/se-sentry/  关于sentry的一篇文章

    http://phptrends.com/ 非常棒的查找各种php资源的网站,有很多分类,也可以搜索

    https://github.com/FriendsOfPHP/PHP-CS-Fixer 按照ps-r1 ps-r2 规范修正代码

    http://laravel.lapland.name/ 一篇不错的laravel的中文博客,有不少内容好像是翻译的下面这个老外博客的

    http://mattstauffer.co/ 很好的关于php laravel的老外博客

    http://92fiveapp.com/ 不错的项目管理web应用,laravel写的

    http://laravel.io/forum 一个非常棒的laravel站点,包括论坛,irc聊天等功能,irc用了kiwi irc,并且是开源的,可以在github拿到源码,值得学习。

     https://kiwiirc.com/#features 开源irc项目,很好。

    https://phphub.org/topics/8 laravel china的wiki,很多不错的东西。

    http://culttt.com/2013/07/08/creating-flexible-controllers-in-laravel-4-using-repositories/ 很好的博客,介绍了laravel中的repository

    http://laravel-recipes.com/ laravel相关的各种知识点汇总

    http://www.maatwebsite.nl/laravel-excel/docs/getting-started  php excel库的laravel版本

    开源论坛:

    https://github.com/bishopb/laravel-forums 一个开源的基于vanilla的laravel版forum,其实是先在phptrends上搜索了forum才知道vanilla的,还有个

    https://phphub.org/ 一个基于laravel开发的论坛,致力于laravel和php开发,看起来内容很不错,并且源代码是开源的https://github.com/summerblue/phphub,也能从phptrends里搜forum关键词搜到。

     https://github.com/summerblue/phphub laravel版本的开源论坛

    http://www.v2ex.com/  一个很好的博客论坛,简洁

    http://www.startbbs.com/ 有点像php版本的v2ex,开源的,可以考虑使用,还有qq群

    http://adrian-lee.com/?p=28 一个vanilla论坛的nginx配置

    http://tanvps.com/vps/111.html vanilla nginx配置,比较老,12年的,也可以参考

    前端相关:

    http://bower.io/ 前端包管理工具,类似composer,非常好

    http://javascript.ruanyifeng.com/ 一篇不错的js书稿,阮一峰写的,工具部分介绍的东西不错

    http://casperjs.org/ 一个开源的导航脚本处理和测试工具,基于PhantomJS(前端自动化测试工具)编写

    http://phantomjs.org/   PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast andnative support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.

    http://browserify.org/ 可以把nodejs模块转化为浏览器端使用,commonjs ---》requirejs

    http://bootswatch.com/ 一大堆bootstrap thems 

    https://leanpub.com/frontend 一本不错的前端书籍,介绍了一些快速完成工作的资源,可以考虑购买

    https://github.com/ksky521/nodePPT 非常不错的web版ppt 待研究

    http://help.dottoro.com/ 非常好的js帮助网站,就像字典一样

    http://schier.co/blog/2014/10/23/creating-a-pure-css-dropdown-using-the-hover-selector.html 不错的css技巧的文章

    http://caniuse.com/ 很不错的前段特性检测网站

    https://github.com/nDmitry/grunt-autoprefixer

    https://github.com/postcss/postcss

    bootstrap themes相关

    http://startbootstrap.com/template-categories/all/

    https://bootswatch.com/ 

    http://aozora.github.io/bootmetro/index.html metro风格bootstrap ui

    http://bootflat.github.io/index.html 扁平风格

    http://charliepark.org/bootstrap_buttons/ 自定义bootstrap 按钮

    http://flatstrap.org/ 扁平风格

    http://css3buttongenerator.com/ 按钮样式生成

    https://github.com/postcss/autoprefixer 自动fix各个浏览器的css支持差异

    http://www.bootsnipp.com/ bootstrap样式代码片段

    http://pikock.github.io/bootstrap-magic/index.html 在线编辑bootstrap样式

    http://www.flatuicolorpicker.com/ flat ui 颜色选择

    http://visjs.org/

    php 相关

    http://oauth2.thephpleague.com/ 一个开源组织的网站,上面有几个不错的开源软件,如omnipay, 等

    http://hybridauth.sourceforge.net/index.html 第三方登录集成组件

    http://avnpc.com/pages/best-wheels-for-php 那些最好的轮子-php篇 (介绍了一些比较好的php组件和库,12年左右写的,文章略老

    http://designdrizzle.com/10-best-php-image-manipulation-libraries-which-developers-must-use-in-2014/ 10 best php image manipulation libraries

    http://www.devils-heaven.com/extended-page-access-tokens-curl/ 有几篇关于facebook sdk 相关的文章,还不错

    http://sylius.com/features 完全开源的在线商店方案,基于Symfony2,很不错的样子

     

    http://jenkins-ci.org/ 开源的持续集成系统

    http://tutorialzine.com/2013/02/24-cool-php-libraries-you-should-know-about/  推荐的一些很好的php library

    Js

    http://javascript.ruanyifeng.com/ 阮一峰的一篇尚未出版的书稿,非常不错。

  • 相关阅读:
    数据采集,微软控件分页问题的处理
    固定表头和列头
    字符串转时间类型
    js url加密解密
    Chosen—jquery选择框插件
    拉动滚动条加载数据
    webservse导出excel和word
    文本框与autocomplete结合使用
    jQuery的Select操作集合
    (转)常用算法大全-贪婪算法
  • 原文地址:https://www.cnblogs.com/argb/p/3422536.html
Copyright © 2011-2022 走看看