06 2019 档案
摘要:private void DrawStuff() { // //if (buffer == null) //{ // buffer = new RenderTargetBitmap((int)Background.Width, (int)Background.Height, 96, 96, ...
阅读全文
摘要:转自:http://blog.sina.com.cn/s/blog_4265e1760100lg03.html 本系列篇章的主要内容是讲解矢量图形库的编译、开发和使用。并不对他们周边的内容做过多的描述,如性能对比等。本人博客所有文章全部都是个人原创,并保留一切权利。不是原创的内容本人一定会注明“转载”字样。所以如果您需要转载,请注明来源,谢谢。矢量图形,这是一个非常熟悉但是又让人觉得陌生...
阅读全文
摘要:1.1. 数据上传 请求 URL: https://172.16.2.17:6443/arcgis/admin/uploads/upload POST Location: https://172.16.2.17:6443/arcgis/admin/uploads/i07920f72-a815-40af-a2b0-a76ad7cc8a6b?token=j1zAY3sL...
阅读全文
摘要:git push origin masterremote: Incorrect username or password ( access token )fatal: Authentication failed for 'https://gitee.com/xxxxxx/xxxxxxxxx.git/'修改为正确的用户名与密码即可
阅读全文
摘要:参考: https://www.cnblogs.com/yhcao/p/6237611.html https://mahapps.com/guides/reporting-issues.html https://mahapps.com/guides/icons-and-resources.html
阅读全文
摘要:转自: https://www.cnblogs.com/kbkiss/p/7567725.html---------------------------------------------------------------------------------------------------------------------------------1.查看日志常用命令 tail: ...
阅读全文
摘要:先升级gcc 1.python3.6 ./configure --enable-shared --enable-profiling make –j 20 make install 2.proj-4.9.3 wget http://download.osgeo.org/proj/proj-4.9.3.
阅读全文
摘要:1.wget http://ftp.gnu.org/gnu/gcc/gcc-4.9.4/gcc-4.9.4.tar.gz2.tar -zxvf gcc-4.9.4.tar.gz3.cd gcc-4.9.44../contrib/download_prerequisites5.cd ..mkdir build_gcc_4.9.46.cd build_gcc_4.9.47.../gcc-4.9.4/c...
阅读全文
摘要:1.freetype库的下载https://www.freetype.org/download.htmlfreetype-2.10.0.tar.bz22.解压3.进入 freetype-2.10.0\builds\windows\vc2010 目录4.用VS打开freetype.sln文件5.设置各项目的字符集为UTF-86.点击菜单“生成”—>”生成解决方案”编译后得到的lib库和dll文件在...
阅读全文
摘要:1.zlib库的下载http://www.zlib.net/zlib1211.zip2.libpng库的下载https://libpng.sourceforge.io/index.htmllpng1637.zip3.解压zlib1211.zip与lpng1637.zip到同一个文件目录下并重命名zlib1211.zip解压后的文件夹zlib-1.2.11为zlib结果如下4.修改lpng1637\...
阅读全文
摘要:1.zlib库的下载http://www.zlib.net/zlib1211.zip2.解压3.进入 zlib1211\zlib-1.2.11\contrib\vstudio\vc14 目录4.用VS打开zlibvc.sln文件5.点击菜单“生成”—>”生成解决方案”已生成的zlibwapi.lib和zlibwapi.dll在目录zlib1211\zlib-1.2.11\contrib\vstu...
阅读全文