帮我做做活

专注WEB应用 .NET在Mono的应用 思绪总是很快,在这留下我的记录

作者:城北村夫

vs for mac 最新安装更新 离线信息

This XML file does not appear to have any style information associated with it. The document tree is shown below. <UpdateInfo> <script/> ...

详情»

使用Fiddler调试android和ios手机中https内容全部是tunnel to或空白

使用Fiddler调试android和ios手机中https内容全部是tunnel to或空白 来源:赵克立博客 分类: 网络安全 标签:fiddler发布时间:2017-01-18 17:34:47最后更新:2018-12-23 11:42:32浏览:2045 版权声明: 本文为博主原创文章,转载请声明原文链接...谢谢。o_...

详情»

xshell 下载

https://download.netsarang.com/be904d02/Xshell-6.0.0111p.exe 直接下载即可

详情»

xamarin 安卓输出中文错误 乱码解决

在编译设置附加参数   -J-Duser.language=en    这个错误信息是来自javac 编译产生的 而中文乱码问题是 GBK 和UTF8 的问题   解决的办法就是让javac 输出英文错误信息   也可以在编译输出里面 找到...

详情»

xamarin 遇到的奇葩问题

未能找到路径“E:\platforms”的一部分。    xamarin 安卓存档出现这样的错误 建议检查下ndk是否配置完整

详情»

xamarin android 需要获取apk签名工具

请打开vs 扩展 搜索 android keystore signature tool   如果是Release 记得查找对应的keystore 文件然后进行获取签名

详情»

Java AES 加密和C#不同的解决方式

public static string DecryptAes(string source, string key) { Byte[] toEncryptArray = HexStringToByteArray(source); System.Security.Cryptography.RijndaelManaged rm = ...

详情»

Emgu 遍历像素正确的做法

As emgu website state there are primarly two strategies: The safe (slow) way Suppose you are working on an Image<Bgr, Byte>. You can obtain the pixel on the y-th row and x-th column...

详情»

Xamarin中 ios 修改Assets.xcassets 文件后 无法调试和编译

根本问题是因为 vs项目里面 没有包含 如果提示找不到对应png 请检查 iOS 项目卸载后 编辑 并找到对应文件检查  <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-72.png">      <...

详情»

xamarin forms 编译报错解决

最新升级最新的vs2017后发现编译xamarin forms 会出现错误 Xamarin.Forms.Build.Tasks.GetTasksAbi  task could not be loaded from the assembly C:\Repos\Project\packages\Xamarin.Forms.2.5.0.122203\build\portable...

详情»