Aaron Young
Aaron Young
## Linux 命令【递归】 > 在bash下执行以下命令,这是递归 ```bash find ./ -name "*.c" | awk -F "." '{print $2}' | xargs -i -t mv ./{}.c ./{}.h ``` ## shell 脚本【非递归】 > 新建 *.sh...
## visio 2013 专业版 1. C2FG9-N6J68-H8BTJ-BW3QX-RM3B3 2. 2NYF6-QG2CY-9F8XC-GWMBW-29VV8 3. FJ2N7-W8TXC-JB8KB-DCQ7Q-7T7V3 4. VXX6C-DN3HQ-3CRXG-RF4KT-YG7V3 5. B3C7Q-D6NH2-2VRFW-HHWDG-FVQB6 6. TCWJK-N6GFH-82BP9-HV7YQ-T6KMQ 7. KD8CP-DN968-RGQM6-PMFMK-M96YQ 8. QQ4NR-2Q67B-X9C6R-4B8CH-HXJRD 9. PBRNH-MY4D4-67BQK-WGM4P-XTKMQ 10. 66DNF-28W69-W4PPV-W3VYT-TJDBQ 11. N4M7D-PD46X-TJ2HQ-RPDD7-T28P9 12. ND3G9-KQHY4-8P3W2-VGXVY-B4D73 13. K6NC7-KMX7G-TC6RR-FDM23-8K6YQ
```js import DeviceInfo from 'react-native-device-info' const getDeviceInfo = () => ({ apiLeavel: DeviceInfo.getAPILevel(), appName: DeviceInfo.getApplicationName(), brand: DeviceInfo.getBrand(), buildNumber: DeviceInfo.getBuildNumber(), bundleId: DeviceInfo.getBundleId(), deviceCountry: DeviceInfo.getDeviceCountry(), deviceId: DeviceInfo.getDeviceId(), deviceLocale: DeviceInfo.getDeviceLocale(), deviceName: DeviceInfo.getDeviceName(), firstInstallTime:...
> 本人是一个全栈工程师,我选择的方案是使用 **node-webshot** 来实现如题的功能,这个 node 模块提供了简单易用的 API 来完成 web 页面的截屏任务,它是一个轻量级 phantomjs 的一个轻量级封装,它利用了 WebKit 来执行页面渲染。 ## 工具 1. phantomjs [](https://github.com/ariya/phantomjs) :Scriptable Headless Browser 2. node-webshot [](https://github.com/brenden/node-webshot) : Easy website...
### 1.服务器配置 操作系统:Ubuntu 14.04 lts 云服务器 ### 2.准备工作 打开apache2的mod_rewrite(apache默认不开启这个模块) 写有phpinfo()函数的php文件 ### 3.步骤 (1)在命令行下执行find / -name "rewrite"查找mod_rewrite.so文件,如果找到,说明看来此模块已经有了。 (2)在网页中打印phpinfo(),查找mod_rewrite,没有,看来apache2并没有开启mod_rewrite模块。 (3) sudo a2enmod rewrite执行成功。提示重启。 (4)执行/etc/init.d/apache2 restart重启apache2。 (5)刷新页面,点击文章链接,无效,404页面出现了。 (6)cd /etc/apache2/mods-enabled,ls -l发现 rewrite.load是日期最新的文件,证明a2enmod rewrite是生效了。 (7)进入/etc/apache2/...
# React-Native 样式指南 `React-Native` 的样式基本上是实现了 `CSS` 的一个子集,并且属性名不完全一致,所以当你开始在编写 `React-Native` 之前,可以先简要了解一下。 ## 当前对应 RN 版本 0.44 ## 目录 * [Properties 属性](#user-content-properties) * [Text 文本](#user-content-text) * [Dimension 尺寸](#user-content-dimension) * [Positioning 定位](#user-content-positioning) * [Margin...
- liuzho/ONE-RN [](https://github.com/liuzho/ONE-RN):又写了一个《ONE》!不过这次是ReactNative完成的噢 - guangqiang-liu/OneM [](https://github.com/guangqiang-liu/OneM):OneM是一款纯ReactNative打造的集杂志浏览、音乐播放、视频播放于一体的综合性App,并且支持iOS和Android双平台 - huanxsd/MeiTuan [](https://github.com/huanxsd/MeiTuan):MeiTuan App Write In latest React-Native(0.50.1)
1. sindresorhus/refined-github [](https://github.com/sindresorhus/refined-github):Browser extension that simplifies the GitHub interface and adds useful features 2. xxhomey19/github-file-icon [](https://github.com/xxhomey19/github-file-icon):A simple browser tool changes file's icon on GitHub, GitLab, Bitbucket, gitea and...
vuejs全家桶
## 移动端 UI框架 1. mint-ui [](https://github.com/ElemeFE/mint-ui): 基于 Vue.js 的移动端UI组件,适合非微信非商城的项目 2. vux [](https://github.com/airyland/vux): 基于WeUI和Vue(2.x)开发的移动端UI组件库,主要服务于微信页面 3. vant [](https://github.com/youzan/vant):A Vue.js 2.0 Mobile UI at YouZan,适合做商城(包括微信)