技术淘宝

? ? ? ?  精度前端学习 —— 前端开发100天(置顶)

http://alloyteam.github.io/CodeGuide/
https://github.com/AlloyTeam/CodeGuide

 

cmd控制台的小技巧:可以直接将文件夹/文件丢进去,这样就会打印出该路径了。

 

舒服的字体家族样式:

font: 300 16px/1.8 -apple-system,PingFang SC,Verdana,Helvetica Neue,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
font-size: 62.5%;
background: #fafafa;
text-rendering: optimizelegibility;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;

 

GitClub :不仅仅是一个 GitHub 客户端,还是一个发现优秀 GitHub 开源项目的 App

https://github.com/TellH/GitClub/raw/dev/apk/app-release.apk

 

video grabber:是一个实用的视频下载工具。它支持下载优酷、爱奇艺、哔哩哔哩、搜狐等其他网站的视频,只需要复制你要下载的视频连接到网站,就可以直接下载视频。它还支持在线录制屏幕和视频格式转换等等功能.

https://www.videograbber.net/

 

getemoji.com:为文章添加活力

http://getemoji.com/
https://emojikeyboard.org/

 

分享、推荐 GitHub 上好玩、容易上手的项目,帮你找到编程的乐趣。 

https://hellogithub.com/volume/15/

 

极小的 JavaScript 画板: 超级平滑优雅

http://fiala.uk/atrament.js/demo/

 

敏感词字典:

https://github.com/observerss/textfilter

 

C# Newtonsoft.Json  是一款 .NET 平台中开源的 JSON 序列化和反序列化类库

https://github.com/JamesNK/Newtonsoft.Json

 

 

php: 基于词库的中文转拼音优质解决方案

https://github.com/overtrue/pinyin

 

nodePPT:这可能是迄今为止最好的网页版演示库

http://js8.in/nodeppt/

 

 

动画库:tweenjs/CreateJS

http://www.createjs.cc/tweenjs/

 

新的手势库touch: zingtouch

https://github.com/zingchart/zingtouch

 

share.js : 一键分享到微博、QQ空间、QQ好友、微信、腾讯微博、豆瓣、Facebook、Twitter、Linkedin、Google+、点点等

https://github.com/overtrue/share.js 

 

 

手掌指针

    cursor: url(https://webapi.amap.com/theme/v1.3/openhand.cur),default;

 

 

jQuery动效动画插件库

http://www.jq22.com/

 

 

滚动视差示例

https://mp.weixin.qq.com/s/XC1kcY-_BjaCrwjszeOXDg
http://sc.chinaz.com/tag_jiaoben/ShiChaGunDong.html http://www.wenliku.com/sheji/6290.html

 

 

国产山寨的postman: apizza

http://apizza.cc

 

HTML5/CSS3/WebGL/SVG动效库

http://techbrood.com
http://www.jsdaima.com/js
http://www.17sucai.com/search/
http://down.admin5.com/texiao/yanse/ http://down.admin5.com/demo/code_pop/21/11/ http://www.jsdaima.com/js/demo/2210.html http://www.jsdaima.com/js/demo/2155.html

 

 

一个不错的动效网站

https://reeoo.com/tag/company

 

 

 

CodeSandbox: 一个超屌的在线代码编辑演示网站
https://codesandbox.io/

 

不错的录屏工具 : EV录屏

https://www.ieway.cn/evcapture.html

 

不错的滚动条插件

http://utatti.github.io/perfect-scrollbar/

 

run.bat: 用ie打开指定网站

set link=http://120.196.128.45:801/
Start iexplore "%link%"

 

git客户端管理工具

github_desktop: https://desktop.github.com/

sublime_merge : https://forum.sublimetext.com/c/sublime-merge

gitkraken: https://www.gitkraken.com/download/windows64

 

SSH工具推荐:MobaXterm

https://mobaxterm.mobatek.net/

 

 Chrome 定住 hover元素的奇思淫巧

简而言之,就是通过ctrl + shift + c 呼控制台快速选中,然后右键呼出chrome菜单。鼠标移到控制台处,这时候就可以为所欲为了。

 

配色好网站

https://webkul.github.io/coolhue/
https://webgradients.com/

 

 

 

TJ大神,不读书不看视频,仅靠看代码成神

https://zhuanlan.zhihu.com/p/19572823

 

 

nodejs 轻量级服务器:http-server

$ npm install http-server -g
$ http-server

 

 

Nodejs的ORM: sequelize

https://github.com/sequelize/sequelize

https://nodelover.me/course/sequelize/1

 

 

FSCapture:经典优秀屏幕截图录像工具,内含取色器

官网:https://www.filecluster.com/downloads/FastStone-Capture.html

链接:https://pan.baidu.com/s/1Ozo-sv47nlJHPzPuzrd6ZA 提取码:qx7m

 

蓝灯官方下载地址

https://github.com/getlantern/download#

# 如果只是想上google,可以使用 chromego-lite,请百度自行搜索

 

 

一个仿 trello 的工具:leangoo

https://www.leangoo.com/kanban/board/go/2515534#

 

 

移动端骨架图解决方案,请注意不支持hash模式,请切换到history

https://github.com/ElemeFE/page-skeleton-webpack-plugin/blob/master/docs/i18n/zh_cn.md

 

MP4 转 gif 在线服务

https://convertio.co/zh/mp4-gif/

 

gif 在线压缩

http://www.soogif.com/compress

 

 

Postcss 与 Autoprefixer 的 browserslist 浏览器配置

https://github.com/browserslist/browserslist#queries
http://browserl.ist/?q=defaults

 

一些前端github学习资料

// 牛逼的30秒库
https://github.com/Chalarangelo/30-seconds-of-code/blob/master/snippets/curry.md

// 前端面试手册
https://github.com/yangshun/front-end-interview-handbook/blob/master/Translations/Chinese/README.md

// 算法与数据结构
https://github.com/trekhleb/javascript-algorithms

// (新)前端面试题
https://github.com/qiu-deqing/FE-interview

// 腾讯移动Web前端知识库
https://github.com/AlloyTeam/Mars

// Build your own 系列,各种环境的构建技术集合,包含了很多自己动手的实践方法
https://github.com/danistefanovic/build-your-own-x

 

 

 

nginx 配置支持URL HTML5 History 模式

location / {
   try_files $uri /index.html;
}

 

 

很不错的纯JavaScript富文本

https://github.com/ckeditor/ckeditor5

 

vs ide下载地址

https://visualstudio.microsoft.com/zh-hans/vs/

 

印象笔记网页裁剪插件

https://www.yinxiang.com/webclipper/install/

 

Oracle 11g数据库详细安装步骤图解

https://blog.csdn.net/projectNo/article/details/76533921
http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_database_2of2.zip

 

python 学习算法的好地方

https://facert.gitbooks.io/python-data-structure-cn/2.算法分析/2.2.什么是算法分析/

 

页面代码高亮插件:highlightjs 多种风格

https://github.com/highlightjs/highlight.js 

 

如何删除onenode上的文档,必须在网上才可以

https://onedrive.live.com/about/zh-cn/

 

  

 

意外很火的Select下拉菜单美化插件:chosen

https://harvesthq.github.io/chosen/
https://github.com/harvesthq/chosen

 

 

一个朋友给的基于tp的代码生成器

svn://123.207.127.201/codeclide/

 

navicat 绿色版下载地址

http://download.jtthink.com/144.rar?e=1532661002&token=8s8XS2gzzrN6s0pclUF2TQxK6Zfa3bQ0iUNo1VjW:m_Uy4G91fSLZXWYvNESA7QVxX2M=

 

在线编写API的地方

https://apizza.net/

 

一个不错的php根据注解自动生成文档的脚本

https://github.com/opqnext/reflection_api_doc

 

Nodejs 版selenium ,总是记不得名字,现在好好记一下吧 puppeteer(傀儡师)

教程:https://github.com/dragon8github/puppeteer-examples

https://github.com/GoogleChrome/puppeteer?utm_source=gold_browser_extension

 

画思维导图和类图的好工具:xmind

https://www.xmind.net/download/win/

 

chrome扩展插件的本地地址

如何找到的?首先进入chrome插件管理中心,找到插件的id,在电脑中搜索一下即可。

# win10
C:\Users\Lee\AppData\Local\Google\Chrome\User Data\Default\Extensions\

 

React Tool 开发工具

https://github.com/facebook/react-devtools
https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi/related

 

在线写前端代码的好地方:https://stackblitz.com/

https://stackblitz.com/
https://stackblitz.com/edit/dva-example-count?file=index.js

 

github可视化浏览/树形浏览插:OctoTree

https://github.com/buunguyen/octotree

 

 

看看人家的组件化和可视化是如何诞生的

https://motion.ant.design/edit/#t%3Dnav_0_0%2Ccontent_0_0%2Ccontent_2_0%2Ccontent_3_0%2Ccontent_4_0%2Cfooter_0_0

 

 

新的异常监控平台 http://rollbar.com ,蚂蚁金服ant-design都在使用。

https://rollbar.com

 

react小书

http://huziketang.mangojuice.top/books/react/lesson1

 

sublime加入到右键菜单中

https://jingyan.baidu.com/article/cdddd41c99d07653ca00e147.html

新建 sublime_addright.reg,放入以下代码,然后运行即可

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\SublimeText3]

@="用 SublimeText3 打开"

"Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0"

[HKEY_CLASSES_ROOT\*\shell\SublimeText3\command]

@="C:\\Program Files\\Sublime Text 3\\sublime_text.exe %1"

[HKEY_CLASSES_ROOT\Directory\shell\SublimeText3]

@="用 SublimeText3 打开"

"Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0"

[HKEY_CLASSES_ROOT\Directory\shell\SublimeText3\command]

@="C:\\Program Files\\Sublime Text 3\\sublime_text.exe %1"

 

 

从第三方框架 grafana 中学习webpack4.0的配置,以及ts的配置

https://github.com/grafana/grafana/tree/master/scripts/webpack

 

免费书籍大全

https://www.cnblogs.com/think90/p/8159178.html

 

 

sureface 屏幕残影问题官方解决方案 - 卸载显卡驱动

您进入桌面,左下角微软图标(单击右键),选择设备管理器,点开“显示适配器”前面的小三角,找到“Intel(r) hd gRAPHICS 520”, 单击右键卸载,卸载的时候不要勾选“删除此设备的驱动软件”,卸载完之后,重启设备。

 

屏幕按键、按钮录制、屏幕字幕

https://github.com/Code52/carnac/tree/2.2.155

 

 

 

4分钟!教你制作一段音乐

https://www.bilibili.com/video/av1390915/?spm_id_from=333.334.bili_technology.4

  

极验验证码

http://jiyandoc.c2567.com/

https://github.com/dragon8github/forevery_happy/blob/master/App/WinFormApp/Fuck.cs#L241

  

为【新建文档】添加快捷键

https://www.cnblogs.com/pinsily/p/7635094.html

通常新建文件夹都是,右键 + WF。但常用的新建文档居然没有快捷键,其实是可以设置的。

1、打开注册表(win+R ,输入 regedit)

2、定位到 HKEY_CLASSES_ROOT\Local Settings\MuiCache\63\AAF68885

3、之后找到右侧的 @C:\Windows\system32\notepad.exe,-469,将 文本文档 改为 文本文档(&T)

 

unix 的 rz命令,上传本地文件。了解一下

https://www.jb51.net/article/73690.htm

 

桌面端vuejs开发 vuido

https://github.com/mimecorg/vuido

 

前端面试题锦集

https://github.com/yangshun/front-end-interview-handbook/blob/master/Translations/Chinese/README.md

  

github emoji list

http://www.emoji-cheat-sheet.com/

 

格式美化、优化、html/js/css 美化

http://jsbeautifier.org/
https://github.com/beautify-web/js-beautify

 

ps photoshop cc 2015 下载

# PS CC2015 下载地址
http://pan.baidu.com/s/1gfJUEzT

# 切图教程
https://blog.csdn.net/xiaoermingn/article/details/53243331

 

 

Sourcegraph 更好的预览github

https://about.sourcegraph.com/
https://chrome.google.com/webstore/detail/dgjhfomjieaadpoljlnidmbgkdffpack

  

 

Redis Desktop Manager

官网地址下载地址有点问题,fq都不行,只能找民间的了

https://redisdesktop.com/download

  http://down-www.7down.net/pcdown/soft/R/redis-desktop-manager.rar

 

 

设置默认的输入法切换,不要浪费时间切换美式中文

 

 

window开机启动

window + R, 输入: shell:startup

 

淘宝前端ppt

http://2014.jsconf.cn/slides/herman-taobaoweb/index.html#/

  

生活大爆炸微云盘

https://share.weiyun.com/b71a38d2308ca84846359de0f3c2010a

 

狼叔的全栈之路

https://github.com/i5ting/How-to-learn-node-correctly?utm_source=gold_browser_extension#%E6%88%91%E7%9A%84%E5%85%A8%E6%A0%88%E4%B9%8B%E8%B7%AF

 

强大无比的离线开发文档

笔者推荐使用 Dash 或 Zeal 查看离线文档

mac ox :https://kapeli.com/dash

window/mac/unix:https://zealdocs.org/

 

宏命令软件

视频介绍(6分钟开始是重点演示):
https://www.youtube.com/watch?v=Arn8ExQ2Gjg&feature=youtu.be&t=362

bilibili
https://www.bilibili.com/video/av4407367

示例代码
https://github.com/TaranVH/2nd-keyboard

luamacros 官网:
http://www.hidmacros.eu/forum/viewtopic.php?f=10&t=241#p794

github:
https://github.com/me2d13/luamacros

原理是通过第二个键盘,写入txt,然后再发送快捷键,让ahk读取txt,然后再一次触发。
https://github.com/TaranVH/2nd-keyboard/blob/master/LUAMACROS/2nd%20keyboard%20if%20using%20luamacros.ahk#L37:1
https://github.com/TaranVH/2nd-keyboard/blob/master/LUAMACROS/SECOND%20KEYBOARD%20script%20for%20LUA%20MACROS.lua

 

打造个人品牌

https://juejin.im/entry/5ad4cc575188255566702c36?utm_source=gold_browser_extension

 

jenkins打造前端自动化部署

https://juejin.im/post/5ad1980e6fb9a028c42ea1be?utm_source=gold_browser_extension

 

 

hosts所在文件夹:

Windows 系统hosts位于 C:\Windows\System32\drivers\etc\hosts
Android(安卓)系统hosts位于 /etc/hosts
Mac(苹果电脑)系统hosts位于 /etc/hosts
iPhone(iOS)系统hosts位于 /etc/hosts
Linux系统hosts位于 /etc/hosts
绝大多数Unix系统都是在 /etc/hosts

 

 

完全用Linux工作

https://www.cnblogs.com/skyseraph/archive/2010/10/30/1865280.html

 

 

下载google play的东西

https://apkpure.com/cn/

 

 

超级强大的表单插件

https://handsontable.com/

 

让小程序支持组件化开发的框架一个最受欢迎的小程序框架.

https://tencent.github.io/wepy/
https://github.com/Tencent/wepy

 

不好意思!耽误你的十分钟,让MVVM原理还给你

https:
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值