PyCharm 激活 Activate code : ...
分类:
系统相关 时间:
2018-06-07 14:26:13
阅读次数:
293
POJ_1066_Treasure Hunt_判断线段相交 Description Archeologists from the Antiquities and Curios Museum (ACM) have flown to Egypt to examine the great pyramid ...
分类:
其他好文 时间:
2018-05-10 11:25:33
阅读次数:
153
https://github.com/nodejs/node-addon-examples 1) node-gyp configure build 2) sudo apt install node-gyp 3) sudo apt install npm 4) npm install -d 5) su ...
分类:
其他好文 时间:
2018-04-04 21:11:41
阅读次数:
205
最近使用node的串口库发现很慢,自己用c++写了个驱动使用node去调用它并测试通过,速度也很快,最初版本记录下: test.js gyp配置: test.cc reinterpret_cast用法:reinterpret_cast<type-id> (expression)type-id 必须是 ...
分类:
编程语言 时间:
2018-03-24 17:29:47
阅读次数:
1345
插件系列: GYP —— GYP(Generate Your Projects)是一个google开源的构建系统 跨平台的工程配置工具 通过gyp可以生成平台相关的编译配置,比如ninja,xcode,msvs等 类似json格式的文件配置,维护简单,但功能强大 跨平台的工程配置工具 通过gyp可以 ...
分类:
其他好文 时间:
2018-03-21 13:52:39
阅读次数:
120
最近在做app登录的时候,因为需要支持国外手机号注册和登录,所以就涉及到国际电话区号的选择。在github上面找了一下,国家名称基本都是只有英文版本,而手动的去把中文一个个加上实在是一件费时费力的事情,所以就写了一段简单的java代码,抓取了某快递网站的数据转换成json格式,以下是处理后的数据 然 ...
分类:
移动开发 时间:
2017-12-13 14:52:55
阅读次数:
255
Line: 1772 Expression: _p != nullptr typedef 与 #define区别中的理解? CoreJavaVolumeI读书笔记--第4章对象与类 Http协议之Get和Post的区别 6ao级繁举http://p.baidu.com/pai/center?uid= ...
分类:
系统相关 时间:
2017-12-03 11:45:20
阅读次数:
316
最近准备想用vue-cli初始化一个项目,需要sass-loader编译; 发现window下npm install node-sass和sass-loader一直报错, window 命令行中提示我全局安装 node-gyp ,有些提示好像是本地找不到python, 于是我按照提示安装node-g ...
1. gitLab项目clone过后, 运行ng serve出错: 解决方式: npm install -g node-gyp npm install --global --production windows-build-tools 2. node-sass因为环境变化(如:别人从Mac OS吧代 ...
分类:
其他好文 时间:
2017-11-16 18:40:08
阅读次数:
196
题目描述: On his trip to Luxor and Aswan, Sagheer went to a Nubian market to buy some souvenirs for his friends and relatives. The market has some strange ...
分类:
其他好文 时间:
2017-11-16 11:51:18
阅读次数:
171