• 每周散记 20180903


    视频教程入门  可以静心好好看看

    https://blog.csdn.net/leixiaohua1020/article/details/15811977

    1. 在线http请求工具 api压力测试
    http://coolaf.com
    2. 在线代码运行 可以收藏代码片段(snippet)
    https://glot.io

    3. 教程和手册
    菜鸟教程
    http://www.runoob.com
    php 中文网 有很多手册和教程 可以参看
    http://www.php.cn

    4. typescript 学习文档
    https://ts.xcatliu.com/thanks/

    5. ip 请求测试限制
    https://blog.csdn.net/csdn265/article/details/70160637

    6. 消息系统
    C++ websockt 服务器可用于搭建通信服务器
    https://github.com/uNetworking/uWebSockets
    C++客户端 连接代码
    https://github.com/cylix/cpp_redis
    c 代码
    https://github.com/redis/hiredis
    redis相关教程
    http://huangz.me
    nginx反向代理websocket
    https://www.jb51.net/article/112183.htm

    7. dns 优化诊断网站
    http://tools.cloudxns.net/index/diag
    网速测试 可以选择节点
    http://www.speedtest.cn

    8. 驱蚊草 驱蚊草 薄荷 薰衣草
    http://baijiahao.baidu.com/s?id=1602207490519508388&wfr=spider&for=pc
    https://jingyan.baidu.com/article/d71306350b412713fcf47559.html

    9. php 异常 魔术方法 自动加载

    php 异常处理 介绍的挺详细
    https://www.cnblogs.com/zyf-zhaoyafei/p/6928149.html

    php 类的魔术方法介绍
    https://blog.csdn.net/a2534725767/article/details/55194196
    在分层设计 函数静态化有作用

    spl_autoload_register __autoload 注册类加载方法 避免使用require繁琐方式。
    区别:spl_autoload_register可以注册多个自动加载函数, __autoload全局函数只能定义一次。
    相比较而言spl_autoload_register灵活好用 可以替代__autoload

    10. 节目: 我是创始人 https://movie.douban.com/subject/26903987/ 听说不错 找时间可以看看

    11. 敏捷开发 https://blog.itczq.com/min-jie-kai-fa-xiang-xi-she-ji/

    12.   电源技术大会  http://www.poweric-china.com/data_download.htm 没事的人可以参见了解行情

  • 相关阅读:
    UVALive 3664:Guess(贪心 Grade E)
    uva 1611:Crane(构造 Grade D)
    uva 177:Paper Folding(模拟 Grade D)
    UVALive 6514:Crusher’s Code(概率dp)
    uva 11491:Erasing and Winning(贪心)
    uva 1149:Bin Packing(贪心)
    uva 1442:Cave(贪心)
    学习 linux第一天
    字符编码问题
    orm 正向查询 反向查询
  • 原文地址:https://www.cnblogs.com/swing07/p/9602950.html
Copyright © 2020-2023  润新知