#设置环境路径 file_path=os.path.dirname(os.path.abspath(__file__))sys.path.append(file_path) #显示当前文件的绝对路径,含文件名。 print(os.path.abspath(__file__))print(sys.ar ...
分类:
其他好文 时间:
2020-05-24 09:51:08
阅读次数:
59
最近正在重新看算法,记录关于堆排的一些特性和个人理解; 设:初始数组 5 0 6 8 2 代码清单: public static void heapInsert(int[] arr, int index) { //将数组转换成为大根堆的形式 //找父节点 while (arr[index] > ar ...
分类:
编程语言 时间:
2020-05-21 13:16:29
阅读次数:
64
调整静态库 othrt linker 的链接顺序,改为 -lopencv_highgui -lopencv_imgproc -lopencv_core ...
分类:
其他好文 时间:
2020-05-19 20:35:24
阅读次数:
60
有时候,我们需要安装不止一个xcode版本,如何安装多个xcode版本,参考我的另一篇博客:https://www.cnblogs.com/zndxall/p/12463744.html,可以完成整个自动切换的过程,但是当集成到jenkins中调用时,就可能切换失败了。 场景:我升级了mac的系统版 ...
分类:
其他好文 时间:
2020-05-18 14:29:39
阅读次数:
56
appstore 安装 xcode 安装 brew在https://www.ipaddress.com/ 上查询 raw.githubusercontent.com 的IP,并添加么/etc/hosts中sudo vi /etc/hosts添加以下内容199.232.68.133 raw.githu ...
分类:
移动开发 时间:
2020-05-17 23:13:50
阅读次数:
154
playgroun 运行快捷键设置 系统偏好-键盘-快捷键-app快捷键 ...
分类:
其他好文 时间:
2020-05-17 13:19:09
阅读次数:
40
App Store Connect Operation ErrorERROR ITMS-90030: "Nib file 'Main~iphone.nib' was not found. Please ensure the specified file is included in the bund ...
分类:
其他好文 时间:
2020-05-17 01:26:45
阅读次数:
95
因为要做AR的标记功能,所以就要用到坐标的转换,就总结了一下屏幕坐标、世界坐标、相机坐标之间的转换。
首先说明的是Unity3D遵从Direct3D标准的左手笛卡尔坐标系变换规则。
分类:
编程语言 时间:
2020-05-13 21:44:49
阅读次数:
86
Xcode嵌入Flutter_module后在编译的时候有时候会报错 解决办法: 1.进入到flutter项目 2.【command + shift + .】 打开隐藏文件 3.进入到.ios/Flutter/ 目录 4.删除App.framework文件 5.运行flutter run让flutt ...
分类:
移动开发 时间:
2020-05-12 13:52:13
阅读次数:
104
Xcode使用个人免费账号打包到IOS进行真机调试
分类:
移动开发 时间:
2020-05-10 01:17:45
阅读次数:
97