data

资源

【链接】CSS3UILib
http://css3lib.alloyteam.com css3案例库

【链接】一种动态样式语言.
http://www.bootcss.com/p/lesscss/

【链接】Less中文网
http://lesscss.cn/

【链接】函数手册
http://lesscss.cn/functions/#color-operations

【链接】html53D超炫元素周期表三维图片墙效果代码
http://www.17sucai.com/pins/demoshow/5685(重)

【链接】字体下载
http://www.psjia.com/pssc/fontxz/

【链接】animate.css动画库
http://daneden.github.io/animate.css/

【链接】Less中文网
http://lesscss.cn/

【链接】一种动态样式语言.
http://www.bootcss.com/p/lesscss/

【链接】Bootstrap中文网
http://www.bootcss.com/

http://v3.bootcss.com/components/学习的 bootstrap一些组件教程

查看所有图标名称:http://getbootstrap.com/components/#glyphicons
阿里巴巴矢量图标库(bootstrap)

【链接】Iconfont-阿里巴巴矢量图标库
http://iconfont.cn/

https://www.zhihu.com/question/25952487阿里巴巴矢量图标库使用

http://edu.51cto.com/学习网站
【链接】李炎恢老师移动开发之Bootstrap视频教程
http://edu.51cto.com/course/course_id-3237.html

http://www.runoob.com/bootstrap/bootstrap-tables.html (使用bootstrap讲解)

http://www.cnblogs.com/mzwr1982/archive/2012/05/20/2509295.html 闭包

www.jikexueyuan.com 极客学院会员

https://tinypng.com/ 压缩图片的网站

tongjibaidu.com /安智市场 /开发者联盟 /花瓣网 input.onfocus/input.onblur(伪类、伪元素)

http://touch.code.baidu.com/ touch.js库(移动端)

http://www.swiper.com.cn/ swiper.js库

【链接】Flex布局教程:语法篇
http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html

【链接】Regexper
https://regexper.com/#%5B0-9%5D.b(ddda)%2B%0A 正则网站

http://www.css88.com/ WEB前端开发

http://www.css88.com/jqapi-1.9/ jq使用手册

【链接】jQueryAPI中文文档(适用jQuery1.0-jQuery3.0)
http://www.css88.com/jqapi-1.9/

【链接】jQueryAPI中文文档–jQuery中文网
http://www.jquery123.com/

http://www.jq22.com/

【链接】Shining
http://www.shiningcg.com/ pc端

http://www.codefans.net/jscss/code/5025.shtml# 源码爱好者

【链接】原生JavaScript事件详解
http://www.cnblogs.com/iyangyuan/p/4190773.html

http://ued.fanxing.com/qian-xi-yi-dong-duan-ye-mian-kuan-du-she-zhi/

这是jquery手册,http://www.php100.com/manual/jquery/index.html如果不清楚的知识点可以进行查看

http://gold.xitu.io/
SH-王文文-教学 10:48:46
这是一款手机app

【链接】【IT题库】笔试练习_C++Java前端笔试面试题 (牛课网)
http://www.nowcoder.com/contestRoom?mutiTagIds=644

https://www.douban.com/note/296018037/

想想怎么如何用canvas写时钟以及预习贝塞尔曲线http://cubic-bezier.com/#.18,.77,1,0

http://lbsyun.baidu.com/ 百度地图平台

链接】高德开放平台|高德地图API
http://lbs.amap.com/

【链接】WebStorm2016.2最新版-破解+汉化教程(20160714)
http://www.w3cfuns.com/notes/20813/7578421300687384e71cd6282c9da3b7.html
密匙:下最新的用这个 注册码 http://idea.imsxm.com/

CSS居中和多列布局
http://mp.weixin.qq.com/s?__biz=MzI2NDQwMTkyNw==&mid=2247483742&idx=1&sn=116c9fd9dca3d2f81f0e0e4a50ce0d67&scene=23&srcid=09096SReNSzamNU9dAfhZmh0#rd

http://www.w3school.com.cn/js/js_loop_for_in.asp

【链接】for/in循环遍历对象的属性
http://wangjingyi.iteye.com/blog/2038264

https://www.zhihu.com/question/25952487 阿里巴巴引入矢量图标文件夹

http://brew.sh/

gulp的安装
http://www.cnblogs.com/520lin/p/5868924.html

【链接】sass十分钟入门
http://www.w3cplus.com/sassguide/

【链接】gulp.js-基于流的自动化构建工具。|gulp.js中文
http://www.gulpjs.com.cn/
1.创建项目文件夹
2.进入项目文件夹
3.运行 npm init 产出package.json的文件
4.新建gulpfile.js
5.运行 npm install gulp gulp-jade gulp-sass
6.创建sass文件目录,jade文件目录
7.在gulpfile.js 引入插件
// 引入 require(“引入的插件名称”);
var jade = require(“gulp-jade”);
var sass = require(“gulp-sass”);
var gulp = require(“gulp”);

8.定制任务
gulp.task(“任务名”,function(){
gulp.src(“文件路径”)
.pipe(插件方法)
.pipe(gulp.desk(“输出路径”))
})

你想显示的那个图片 一定要是.ico格式的然后就是需要这个代码写在之间,其中/dir/favicon.ico改成你的图标所在的地址就可以了。http://www.html-kit.com/favicon/ 这个网站可以制作图标~~

https://cnodejs.org

https://www.npmjs.com/package/gulp-jade/

http://blog.chinaunix.net/uid-26833883-id-3627644.html TCP、UDP、IP 协议分析

懒人之家 js
慕课网
阿里大鱼,做第三方验证

【链接】我所认识的JavaScript正则表达式
http://www.php100.com/html/it/biancheng/2015/0320/8825.html

【链接】jaywcjlove/validator.js
https://github.com/jaywcjlove/validator.js 一个轻量级的表单校验库

https://github.com/jaywcjlove/validator.js/blob/master/dist/validator.js

【链接】javascript中那些折磨人的面试题
https://segmentfault.com/a/1190000006129337

【链接】JavaScriptDOM编程之API总结篇 掘金
http://www.jianshu.com/p/1e638b7da640

http://www.cnblogs.com/EricaMIN1987_IT/p/3593431.html document.document.Element||document.body

https://hanmingyang2016.github.io/
deploy:
type: git
repo: https://github.com/yinxiaoqiang11/yinxiaoqiang11.github.io.git

【链接】有哪些好看的Hexo主题?
http://www.zhihu.com/question/24422335/answer/46357100

Mou

【链接】ECMAScript6入门
http://es6.ruanyifeng.com/#docs/symbol
http://reactnative.cn/
【链接】vue.js
http://vuefe.cn/
【链接】ReactNative中文网
http://reactnative.cn/docs/0.30/getting-started.html

npm install react-native-vector-icons –save

npm install rnpm -g

rnpm link (回车)

var Icon = require(‘react-native-vector-icons/FontAwesome’); (可引用字体和图标)

npm i mockjs –save
let Mock= require(‘mockjs’);

【链接】淘宝NPM镜像
https://npm.taobao.org/

npm install -g cnpm –registry=https://registry.npm.taobao.org

完成后重启

安装swiper
https://github.com/leecade/react-native-swiper

npm i react-native-swiper –save

【链接】facebook/react-native
https://github.com/facebook/react-native

下载 react-native文件,打开终端运行 npm install

npm config set loglevel=http

【链接】attentiveness/reading
https://github.com/attentiveness/reading

http://makeappicon.com/download/097d41383aba4cd3a555861dc6c2eeae

https://github.com/fbsamples/f8app/blob/master/ios/F8v2/Base.lproj/LaunchScreen.xib

【链接】AppleDeveloper
https://developer.apple.com/

【链接】蒲公英
http://www.pgyer.com

react-native 发布流程
准备工作
1.苹果开发者帐号一枚
https://developer.apple.com/
2.蒲公英应用测试号一枚
https://www.pgyer.com/
开发者中心
1.登陆
点击 Certificates,IDs & Profiles
2.Devices -> ALL->添加设备UDID
3.Identifiers -> App IDs -> 添加APP ID也就是bounld ID
4.最下面 Provisioning Profiles -> Distribution->添加描述文件->点击添加->Ad Hoc->继续->选中之前添加的App ID->继续->选中证书->继续->选择设备->继续->添加描述文件名称-进入到下载描述文件页,点击下载
打包

1.蒲公英账号 https://www.pgyer.com/
2.开发者账号(苹果手机UDID)
3.进入 https://developer.apple.com/

3288703197@qq.com

H59reactnative

http://blog.csdn.net/pcaxb/article/details/52046438安卓安装,WebStorm安装,破解
账号:641037548@qq.com
密码:Se7eN521

【链接】react-native-vector-icons的简单使用,图片,按钮,标
http://www.cnblogs.com/moxiaoyan33/p/5482024.html

【链接】欢迎使用RAP
http://rap.taobao.org/

https://babeljs.io/repl/#?babili=false&evaluate=true&lineWrap=false&presets=es2015%2Creact%2Cstage-2&code=let%20num%20%3D%2010%3B%0A%0Ax%20%3D%3E%20num%20%2B%201%3B%0A%0A()%20%3D%3E%20num%20%2B%201%3B%0A%0A()%20%3D%3E%20%7B%0A%20%20if(num%20)%7B%0A%20%20%20%20console.log(%22123%22)%3B%0A%20%20%7D%0A%7D

http://stackoverflow.com/questions/31502990/react-native-connection-errors

【链接】地图控件
http://lbs.amap.com/api/javascript-api/reference/map-control/

【链接】JavaScriptAPI|高德开放平台|高德地图API
http://lbs.amap.com/api/javascript-api/example/weather-forecast/weather-forecast/

http://www.hewebgl.com/ Three.js

http://blog.csdn.net/pcaxb/article/details/52046438 【链接】React—native+Android环境搭建和开发配置(Mac)

配置手机适配
【链接】amfe/lib-flexible
https://github.com/amfe/lib-flexible

【链接】flashlizi/cssrem
https://github.com/flashlizi/cssrem

https://github.com/tweenjs/tween.js

【链接】移动端折腾国外分享(facebook、twitter、linked
http://www.wtoutiao.com/a/1634345.html

【链接】个人无法注册微信小程序,教你如何真机测试
http://weappdev.com/t/topic/242

【链接】纯JavaScript实现HTML5Canvas六种特效滤镜
http://blog.csdn.net/jia20003/article/details/9195915

【链接】Node.js手册查询-1-核心模块方法
https://cnodejs.org/topic/548e53f157fd3ae46b2334fd

【链接】node.js之fs模块
http://www.jianshu.com/p/5683c8a93511

http://www.runoob.com/nodejs/nodejs-http-server.html

file:///Users/lanou/Desktop/%E6%94%B6%E8%97%8F%E6%89%80%E6%9C%89/js%E4%B8%ADsubstr,substring,indexOf,lastIndexOf%EF%BC%8Csplit%20%E7%9A%84%E7%94%A8%E6%B3%95%20-%20Carina_zy%20-%20%E5%8D%9A%E5%AE%A2%E5%9B%AD.html

MongoDB 安装
先将文件下载

  1. 终端输入,注意版本号和路径 mv -n ~/Downloads/mongodb-osx-x86_64-3.2.9 ~/Applications/mongodb/,
    注意2. 3. 是(cd ../../../)在根目录App下执行,而4. 路径不一样

  2. sudo mkdir -p /data/db

  3. sudo chown -R lanou /data (注意用户名和/之间有空格)

  4. cd Users/yinxiaoqiang/Applications/mongodb/bin 找到Applications/mongodb/bin/mongod,输入./mongod

  5. 新打开一个终端 cd Users/yinxiaoqiang/Applications/mongodb/bin,输入 ./mongo
    接下来可在 >后面输入命令:
    show dbs意为例举下面可用的数据库,但空数据库不显示,
    db 查看当前连接的DB

use hahaha 创建hahaha单元,并且切换到hahaha数据库下面,一个数据库可以创建多个集合。

db.user.insert({name:”user”,age:18,height:180}) 创建一个集合user,并插入数据,

db.user.find() 查询

安装mongoose ,npm install mongoose -—save

http://www.tuicool.com/articles/jueARjE MONGOLDB+EXPRESS

https://wanwang.aliyun.com/help/price.html?spm=5176.8006371.1006.7.LIJaGH 阿里云(域名)

【链接】ReactNative第一课 详
http://html-js.com/article/2783

【链接】Mock.js
http://mockjs.com/examples.html

【链接】整理了一份React-Native学习指南
http://www.tuicool.com/articles/zaInUbA

.div{
font-size: 12px;
width: 4.048583rem;
height: 4.048583rem;
background: red;

}

[data-dpr=”2”] .div{
font-size: 24px;
}
[data-dpr=”3”] .div{
font-size: 36px;
}
.div{
font-size: 12px;
width: 4.048583rem;
height: 4.048583rem;
background: red;
}

【链接】Node.js创建第一个应用
http://www.runoob.com/nodejs/nodejs-http-server.html

【链接】怎样使用GitHub?
https://www.zhihu.com/question/20070065

【链接】githubDesktop上传项目
http://www.cnblogs.com/rosej/p/6056467.html

【链接】删除github账号
http://blog.csdn.net/python_tty/article/details/50352326

【链接】Clouda目录结构
http://cloudajs.org/docs/step3_overview

https://vuefe.cn/v2/guide/installation.html

http://cssreset.com/

【链接】chromejsonView插件安装
http://www.cnblogs.com/exmyth/p/5983009.html

http://vuejssellapp.t.imooc.io/#!/ratings

【链接】CSS秘密花园:Stickyfooters
http://www.w3cplus.com/css3/css-secrets/sticky-footers.html

https://icomoon.io/

https://gold.xitu.io/post/5842c27c61ff4b006c2a55d7

很惭愧<br><br>只做了一点微小的工作<br><br>我会继续努力<br><br>谢谢大家