摘要: Delete the Pods directory and the Podfile.lock file. Run pod install to re-create them from scratch. Clean the Xcode project. Build the Xcode project. 阅读全文
posted @ 2021-11-09 17:15 leqoqo 阅读(588) 评论(0) 推荐(0) 编辑
摘要: json转Model https://github.com/Ahmed-Ali/JSONExport json转Model https://github.com/chanonly123/Json-Model-Generator 网易MuMu模拟器 看看Android怎么做的 Localization 阅读全文
posted @ 2021-07-07 11:50 leqoqo 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 父视图手势设置 forwardView.isUserInteractionEnabled = true let tap = UITapGestureRecognizer(target: self, action: #selector(forwardViewTapClick)) tap.cancels 阅读全文
posted @ 2021-07-07 10:32 leqoqo 阅读(864) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interfaceViewController ()@end@implementation ViewController- (void)viewDidLoad { [superviewDidLoad]; // Do any additional setup after loading the view, typically fro... 阅读全文
posted @ 2017-11-03 11:23 leqoqo 阅读(226) 评论(0) 推荐(0) 编辑
摘要: Karabiner - Software for OS Xhttps://pqrs.org/osx/karabiner/ 阅读全文
posted @ 2017-09-20 14:18 leqoqo 阅读(96) 评论(0) 推荐(0) 编辑
摘要: New-OfficeWebAppsFarm –InternalURL "http://owa.zjkhlib.com" –AllowHttp –EditingEnabled错误1:,必须将服务器加入到域中。解决方案:(域控制器的账号为 administrator ,密码为123456) 从上面这段密... 阅读全文
posted @ 2014-11-13 12:01 leqoqo 阅读(1276) 评论(0) 推荐(0) 编辑
摘要: OFFICE2003版本中启用宏的方法: 1、首先打开EXCEL应用程序。 2、点击上方的“工具”--“宏”--“安全性” 3、在“安全性”对话框中,设置“安全级”为“中”,并点击“确定”。 4、退出所有EXCEL表格(一定要关闭所有电子表格!),再打开含用宏的电子表格,选择“启用宏”即可使用。 ****************************************... 阅读全文
posted @ 2014-01-08 09:00 leqoqo 阅读(4258) 评论(0) 推荐(0) 编辑
摘要: 问题场景:asp.net给图片添加文字水印保存为jpg格式时出现标题所描述错误(图片为.jpg格式); 简单验证:用本机的画图程序打开,然后保存为jpg格式会出现警告框“画图程序不能存储该文件,保存被中断 所以文件未被保存“ 解决代码: try { using (System.D... 阅读全文
posted @ 2013-12-31 15:19 leqoqo 阅读(1857) 评论(0) 推荐(0) 编辑
摘要: 可能的解决方案:1.注册.net framework 1.1 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis /i2,如果配置的改网站端口以前曾经有其他网站占用过改端口,删除一下目录 C:\Documents and Settings\Administrator\VSWebCache\[计算机名]-[端口号]其它问题:1,记事本打开[解决方案].sln文件,检查”.csproj"文件配置地址是否和iis实际发布地址一样,然后修改正确 即可 阅读全文
posted @ 2013-12-13 11:35 leqoqo 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 先说下想实现的效果,点击1里边的checkbox,让2里边对应的checkboxlist全部选中与反选,点击2里边的任意一个checkbox对应的1里边也选中 当2里边的checkbox没有选中的后,1里边的checkbox也取消选中,当时不喜欢去手动生成html脚本,就用了Repeater,在Repeater的ItemDataBound 事件里去绑定第二列的checkboxlist,并同时给... 阅读全文
posted @ 2010-12-23 17:11 leqoqo 阅读(2658) 评论(5) 推荐(1) 编辑