{ 目录 一、Mac下de的java路径 二、android studio的编译命令 三、在cocos3.1.5中 android-studio中的build-cfg.json找不到了 四、导入第三方jar包: 五、文件同步Synchronize 六、找不到libs文件夹 七、android stu ...
分类:
移动开发 时间:
2020-04-05 09:50:55
阅读次数:
91
super()方法:调用父类方法,也就是新建一个super类的实例对象 class super(object): """ super() -> same as super(__class__, <first argument>) super(type) -> unbound super object ...
分类:
其他好文 时间:
2020-04-04 15:02:01
阅读次数:
83
<!-- https://mvnrepository.com/artifact/dom4j/dom4j --> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> ...
分类:
其他好文 时间:
2020-04-03 12:27:23
阅读次数:
94
某PHP项目runtime目录下的debug目录有大量碎文件,大概600G,用rm 根本删不动,用lsof | grep delete 也没有程序占用,最后用rsync a delete kong/ debug/ 解决的,先mkdir kong,后执行命令,空间逐步恢复。 附:几个删除大量碎文件的方 ...
分类:
其他好文 时间:
2020-04-02 11:48:28
阅读次数:
108
HandlerMethodArgumentResolver(一):Controller方法入参自动封装器(将参数parameter解析为值)【享学Spring MVC】 ...
分类:
编程语言 时间:
2020-04-02 11:41:01
阅读次数:
71
这行报错predict = model(Variable(x_train)) RuntimeError: Expected object of type torch.cuda.FloatTensor but found type torch.FloatTensor for argument #4 ' ...
分类:
其他好文 时间:
2020-04-02 01:07:38
阅读次数:
188
Started by user test Running as SYSTEM Building remotely on home_windows (mbhCloud_UI_Test) in workspace E:\Jenkins_Slave_Home\workspace\mbhCloud_UI A ...
分类:
其他好文 时间:
2020-04-01 23:23:53
阅读次数:
554
找到yum.conf [root@d78acc291c9e var]# find / -name yum.conf /etc/yum.conf 注释掉exclude那行,也可只删除httpd [main] gpgcheck=1 installonly_limit=3 clean_requiremen ...
分类:
Web程序 时间:
2020-03-30 09:41:30
阅读次数:
523
数组栈:publicclassArrayStack{privateInteger[]arr;privateIntegerindex;publicArrayStack(intinitSize){if(initSize<0){thrownewIllegalArgumentException("thisinitsizeislessthan0");}arr=newInteger[initSize];
分类:
编程语言 时间:
2020-03-21 23:06:48
阅读次数:
74
1、使用BeautifulSoup错误 The code that caused this warning is on line 8 of the file *.py. To get rid of this warning, pass the additional argument 'feature ...
分类:
编程语言 时间:
2020-03-21 21:56:31
阅读次数:
105