1、pycharm里找不到自定义的模块,如图,对于已存在的_init_paths.py和multitracker.py显示“unresolved reference xxx” 解决办法:将_init_paths.py和multitracker.py所在文件夹scr和lib设置为sources roo ...
分类:
其他好文 时间:
2020-12-31 12:01:19
阅读次数:
0
1.主键约束: 创建表的时候就添加: create table table_name (categoryId varchar2(10), categoryName varchar2(30), primary key(categoryId)); 创建表后追加: alter table table_na ...
分类:
数据库 时间:
2020-12-30 11:25:23
阅读次数:
0
ESP8266WiFiSTA库:http://www.taichi-maker.com/homepage/iot-development/iot-dev-reference/esp8266-c-plus-plus-reference/esp8266wifista/ ESP8266WiFiAP库:ht ...
分类:
其他好文 时间:
2020-12-29 12:04:27
阅读次数:
0
官方的所有的编译器命令: https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/compiler-options/listed-alphabetically 代码中的编译器命令使用: 好处:在测试环境和正式环境执行不同的语 ...
分类:
其他好文 时间:
2020-12-28 11:54:29
阅读次数:
0
kvm_vm_ioctl(s, KVM_IRQFD, &irqfd); kvm_vm_ioctl(kvm_state, KVM_IOEVENTFD, &kick) Ioctl Cmd Implement function Src file KVM_CREATE_VCPU kvm_vm_ioctl_c ...
分类:
其他好文 时间:
2020-12-24 12:27:36
阅读次数:
0
vscode undefined reference to `_imp__WSAStartup@8' 使用vscode和g++编译.cpp时,报出如题错误,如下图: 查了百度之后,在.vscode/tasks.json文件中添加"-lws2_32",如图: 添加的位置一定要对,博主之前就添加在输出文 ...
分类:
其他好文 时间:
2020-12-18 13:18:44
阅读次数:
3
1.在搜索引擎中搜索,百度地图生成器,http://api.map.baidu.com/lbsapi/creatmap/ 2.设置中心城市 3.获取代码,运行在本地即可。 https://developer.baidu.com/map/jsdemo.htm#aCreateMap http://lbs ...
分类:
Web程序 时间:
2020-12-16 11:54:23
阅读次数:
5
新服务器 git clone php项目时报错 [root@10-10-5-60 php]# git clone http://xxx/xxx/php.git Cloning into 'php'... remote: Counting objects: 91687, done remote: Fi ...
分类:
其他好文 时间:
2020-12-16 11:42:57
阅读次数:
3
希望从该文章中获取BCP的认识以及叙述方式 sharpSAT – Counting Models with Advanced Component Caching and Implicit BCP Thurley M. (2006) sharpSAT – Counting Models with Ad ...
分类:
其他好文 时间:
2020-12-15 11:42:56
阅读次数:
1
Microsoft Word Application Reference The Microsoft Word Application COM object is a QAxObject with the CLSID {000209ff-0000-0000-c000-000000000046}. I ...
分类:
移动开发 时间:
2020-12-11 12:08:51
阅读次数:
6