上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页
摘要: 从svn服务器拉项目时遇到以下错误: Unexpected HTTP status 413 'Request Entity Too Large' on xxxx 项目svn服务器采用的是 subversion + apache2 搭建的,解决方法: 找到apache2配置文件: /etc/apach 阅读全文
posted @ 2021-06-29 13:20 opencoder 阅读(2818) 评论(0) 推荐(0)
摘要: 显示隐藏文件 $ defaults write com.apple.finder AppleShowAllFiles -boolean true $ killall Finder 不显示隐藏文件 $ defaults write com.apple.finder AppleShowAllFiles 阅读全文
posted @ 2021-03-06 14:15 opencoder 阅读(102) 评论(0) 推荐(0)
摘要: 问题1: Specs satisfying the 'Google-Mobile-Ads-SDK(->7.68)' dependency were found, but they required a higher minimun deployment target. 解决办法: 把Minimun 阅读全文
posted @ 2021-02-25 18:17 opencoder 阅读(666) 评论(0) 推荐(0)
摘要: Windows系统:“C:\Users\你的登录用户名\AppData\Roaming\Unity\Asset Store-5.x”备注:Appdata文件夹默认隐藏,需显示隐藏文件夹才可看到。 注意:更新Unity Asset Store中的插件时,最好先把本地的缓存文件删掉,否则有可能更新不到最 阅读全文
posted @ 2021-02-25 12:11 opencoder 阅读(1319) 评论(0) 推荐(0)
摘要: Eclipse中设置Installed JREs路径为jdk_xxx/jre目录, 如下图所示: 阅读全文
posted @ 2021-02-24 12:29 opencoder 阅读(77) 评论(0) 推荐(0)
摘要: SharpZipLib: recursively zip/unzip directory structure 001 // Project: Salient 002 // http://salient.codeplex.com 003 // 004 // Copyright 2010, Sky Sa 阅读全文
posted @ 2021-02-09 12:28 opencoder 阅读(285) 评论(0) 推荐(0)
摘要: 解决方法: 在系统中增加环境变量:JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 阅读全文
posted @ 2021-01-26 10:52 opencoder 阅读(471) 评论(0) 推荐(0)
摘要: How to solve this problem? Solution no. 1: Solution no. 2: Solution no. 3: Open termina and copy pastplease use following command $ cd ~ $ mv .itmstra 阅读全文
posted @ 2020-12-17 17:22 opencoder 阅读(404) 评论(0) 推荐(0)
摘要: Win10上鼠标右键单击卡顿,原因在于右键菜单内容太多了,需要清理某些项目,解决方法如下:1.win+r 输入 regedit,打开注册表编辑器2.定位到:HKEY_CLASSES_ROOT/Directory/Background/shellex/ContextMenuHandlers3.删除除了 阅读全文
posted @ 2020-11-08 11:57 opencoder 阅读(2029) 评论(0) 推荐(0)
摘要: Unity5的Lightmap管线与Unity4的有很大的不同了,u5不能直接使用u4的lightmap。但是u5中,可以把u4的lightmap当作光照贴图来使用,就像一张普通的贴图一样,具体可以参考 Lightmap-xxxx.shader之类的shader, 如:Lightmap-Bumped 阅读全文
posted @ 2020-11-01 19:58 opencoder 阅读(259) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页