您的位置:首页 > 其它

笔记:一些工具页面、一些命令

2017-09-15 22:40 387 查看
第一篇:工具页面

开发者:
http://www.cnblogs.com/Mainz/archive/2012/09/08/2676618.html  技术知识图谱(大图) https://www.tiobe.com/tiobe-index/  编程语言每月排行榜(国外站)
https://c.runoob.com/compile/9  菜鸟工具(在线运行python3)

https://wx2.qq.com/  微信网页版(虽然和开发无关,为了方便也放这里吧)
https://help.aliyun.com/knowledge_detail/36393.html  http状态码
大厂开发者服务:
http://lbsyun.baidu.com/apiconsole/key  百度地图API(维护ak)  2017-9-23    http://developer.baidu.com/console#app/project  应用管理 http://developer.baidu.com/map/reference/  百度地图 JavaScript API>类参考
http://apistore.baidu.com/astore/classificationservicelist/117.html  百度API Store
http://ai.baidu.com/docs  百度AI文档中心 http://open.qq.com/  腾讯开放平台 http://open.qq.com/bot/  腾讯机器人开放平台 https://note.youdao.com/web  在线 Markdown(有道云笔记)
http://tool.oschina.net/markdown/  在线 Markdown

阿里云:
https://market.aliyun.com/  阿里云市场 https://dev.aliyun.com/  阿里云开发者平台 https://beian.aliyun.com/order/index  阿里云备案首页    https://zhidao.baidu.com/question/264443680093067805.html  阿里云计算有限公司(幕布图片,备案用)
https://netcn.console.aliyun.com/core/domain/list  阿里云域名控制台

https://netcn.console.aliyun.com/core/host/list2   阿里云 云虚拟主机  

mysql数据库管理:  https://netcn.console.aliyun.com/core/host/list2   页面右侧点“管理”——>数据库信息——>页面右侧点“管理”,输入数据库用户名和密码即可。(比phpmyadmin好用多了)  2017-10-1

文件解压缩:    https://netcn.console.aliyun.com/core/host/list2  页面右侧点“管理”——>站点信息——>文件管理——>文件解压缩

网络:

http://whois.chinaz.com/  WHOIS查询

https://who.is       WHOIS查询

http://tool.chinaz.com/port/  端口扫描
http://tool.chinaz.com/dns/  DNS查询
http://tool.chinaz.com/speedtest.aspx  国内网站测速
http://tool.chinaz.com/speedcom.aspx  国内网站测速对比 http://tool.chinaz.com/pagestatus/  HTTP状态查询 http://tool.chinaz.com/Tools/httptest.aspx  在线HTTP POST/GET 接口测试
http://s.tool.chinaz.com/tools/robot.aspx  搜索蜘蛛、机器人模拟抓取 https://tool.22.cn/  域名注册批量查询 https://cloud.baidu.com/product/bcd/search.html/  域名注册批量查询 http://www.alexa.com/  ALEXA
web开发方面的:
http://tool.chinaz.com/Tools/jscodeconfusion.aspx  JS代码混淆 http://tool.chinaz.com/tools/jsformat.aspx  JS代码格式化、HTML代码格式化 http://tool.chinaz.com/tools/regexgenerate  正则表达式生成 http://tool.chinaz.com/tools/pagecolor.aspx  网页颜色选择器 http://tongji.baidu.com/data/browser  浏览器市场份额 http://tool.css-js.com/base64.html  BASE64编码图片 http://www.iconfont.cn  阿里巴巴矢量图标库 iconfont
http://fontello.com  图标字体生成器 Fontello
http://alloyteam.github.io/gopng/  雪碧图生成工具 https://tinypng.com  图片压缩 http://www.faviconico.org/favicon  在线favicon.ico制作转换工具 (16x16或32x32像素 )
http://www.bootcdn.cn/  CDN http://www.oss.io/  开发者社区 顶级项目(外文)

其它的:
https://cli.im/  草料二维码 http://tool.chinaz.com/qrcode  二维码生成 http://tool.chinaz.com/tools/gb_big.aspx  简繁体转换 http://tool.chinaz.com/tools/area  各种单位换算的计算器 https://dev.battle.net  暴雪开发者  https://dev.battle.net/io-docs  暴雪API https://readthedocs.org/  Read the Docs 创建、托管和浏览文档。
https://trends.google.com/trends/  google数据分析(可以比较各种编程语言或框架的热度)  2017-11-25
第二篇:一些系统命令

一些命令

traceroute 网址  (linux用)

tracert 网址  (windows用)
http://www.cnblogs.com/peida/archive/2013/03/07/2947326.html
第三篇:页面引入的js库

html5shiv.js:  解决ie9以下浏览器对html5新增标签的不识别,并导致CSS不起作用的问题。  http://www.bootcdn.cn/html5shiv/

respond.js:  让不支持css3 Media Query的浏览器包括IE6-IE8等其他浏览器支持查询。  http://www.bootcdn.cn/respond.js/

<!--[if lt IE 9]>
<script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.js"></script></script>
<![endif]—>


第四篇:配开发环境:
http://down.tech.sina.com.cn/content/36829.html  Apache服务器套装 WampServer 3.0
https://www.editplus.com/  Editplus http://www.sublimetextcn.com/3/  Sublime Text 3
http://oldj.github.io/SwitchHosts/  switchhosts(切换host的小工具)。   附: C:\Windows\System32\drivers\etc\hosts  本机HOST,编辑器用 ——>  “以管理员身份运行”
http://down.tech.sina.com.cn/content/29036.html  Beyond Compare 4.1.2.20720(超级文件比较工具)

...
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: