03 2023 档案
摘要:提交svn时报一下错误: Commit failed (details follow): Can't flush file to disk: Input/output error 出现该错误后, 重启svn服务器, 服务器启动不了。 拆除其中一块硬盘的数据线和电源线后,重启电脑,可以进入系统。 修改
阅读全文
摘要:查看当前 Ubuntu 镜像源 less /etc/apt/sources.list 文件部分内容: # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the d
阅读全文
摘要:安装必需工具 sudo apt-get install apache2 subversion libapache2-mod-svn 建立SVN仓库 确定SVN根目录为 /usr/svn,并创建仓库。 sudo svnadmin create /usr/svn/test1 sudo chown -R
阅读全文
摘要:默认情况下网络使用的是DHCP,作为被频繁访问的服务器,需要设置该服务器地址为静态IP。 命令行下,找出所有可用网卡,执行: ifconfig -a 从这里可以找到,本机的IP地址 192.168.1.100,子网掩码 255.255.255.0,以及推测网关地址 192.168.1.1, 网卡名字
阅读全文
摘要:Unity打包时报错: MacOS Unity UnauthorizedAccessException: Access to the path `/Applications/Unity2018.4.23/PlaybackEngines/iOSSupport/Trampoline/build/Shar
阅读全文
摘要:Unity "xxx Class" is missing the class attribute 'ExtensionOfNativeClass'翻译:‘xxx Class’缺少类属性 `ExtensionOfNativeClass` 这个就是当脚本继承了MonoBehaiour, 才会有这个属性;
阅读全文
摘要:发布过unity+admob iOS包的开发者应该都有体会,构建版本时unity会很长时间卡在pod install这个过程中,特别是在第一次执行构建xcode项目时,可能整个过程耗时要一个下午! 在这个过程中它会把 https://github.com/CocoaPods/Specs.git 克隆
阅读全文
摘要:环境如下 os: macOS Monterey 12.6, XCode 14.2执行命令: sudo xcode-select -s /Applications/Xcode.app sudo xcode-select --install sudo gem install -n /usr/local/
阅读全文