转自:http://blog.csdn.net/itguangit/article/details/52042203 1.和平常一样,新建一个Moudle 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 2 3 4 5 6 7 8 ...
分类:
其他好文 时间:
2017-06-02 21:06:39
阅读次数:
267
在函数对象中保存着一些函数的元数据,例如: f.__name__ : 函数的名字 f.__doc__ : 函数文档字符串 f.__moudle__ : 函数所属模块名 f.__dict__ : 属性字典 f.__defaults__ : 默认参数元组 使用装饰器后,再使用上面这些属性访问时,看到的是 ...
分类:
其他好文 时间:
2017-06-02 14:51:19
阅读次数:
158
今天准备看着书写一个React小项目来着,结果发现npm start命令简直成了一只拦路虎,从昨晚报错报到了现在...今早花了一上午揪了各种错,把nodejs和npm各种重写卸载了重装还是发现不行,最后。。。发现我一直是在git bash上操作,重装了npm的淘宝镜像还是缺少了node_moudle ...
分类:
Web程序 时间:
2017-05-18 13:27:22
阅读次数:
350
一:基本开发步骤 二:demo(安装ice服务) moudle Demo{ interface Printer{ void printString(string s); }; }; 2.在DOS环境下执行slice2java Printer.ice 3.引入Ice.jar包 4.定义类Printer ...
分类:
其他好文 时间:
2017-02-28 13:21:00
阅读次数:
503
为了提高项目开发效率,在实际项目开发过程中往往会引入一些开源框架,还有项目中使用的各种module,moudle过多时最好提供一种统一的方式去管理版本号,如:compileSdkVersion、bui...
分类:
移动开发 时间:
2017-02-28 10:48:42
阅读次数:
862
今天刚从GitHub上找了一个不错的项目,想要把它导入自己的项目中,过程中也遇到了一些小问题,总结一下,以便复习回顾!!!! 1.首先将从GitHub上下载的压缩包进行解压,找到其中的项目文件,直接复制粘贴在自己要导入的项目的文件夹中!!!然后Build>Rebuild Project,重新构建项目 ...
分类:
移动开发 时间:
2017-02-15 18:18:00
阅读次数:
234
Found the way to handle Auxiliary router for lazy loading moudle and erge load module are different. In Erge loading, it is recommended to create a sh ...
分类:
其他好文 时间:
2016-12-17 23:10:36
阅读次数:
292
之前我们看到使用ng-app指令,可以实现模块的自动加载。现在我们看下,angular中如何手动加载模块。需要使用到angular.bootstrap这个函数。 <html> <head> <script src="angular.js"></script> <script> // 创建moudle ...
分类:
其他好文 时间:
2016-12-04 13:46:39
阅读次数:
163
报错:import urllib.request ImportError: No module named request 解决办法; 原因查询源码 (python3.5.2) ,urllib moudle中并没有request相关方法,直接是urlopen方法 ...
分类:
编程语言 时间:
2016-09-10 19:09:11
阅读次数:
1569