
C#
rib-pet
致力于政府信息化,聚焦CIM,智慧城市解决方案以及研发实施工作;擅长国土行业,智慧规划,智慧自然资源等行业信息化。ArcGIS(GeoScene)Supermap,Cesium, UE5 游戏引擎CG领域等核心框架。底层 osg, tinyGlTF, cgal, gdal, meshlab, 微软simplegon等。
展开
-
AES encryption and decrytion
public class AESHelper { /// <summary> /// 默认密钥-密钥的长度必须是32 /// </summary> //private const string PublicKey = "123"; static string PublicKey = System.Configuration.ConfigurationManager.AppSetting...原创 2020-10-28 14:34:38 · 139 阅读 · 0 评论 -
.Net Timing class
using System; using System.Diagnostics; namespace TimeUtil { public class Timing { private TimeSpan startingTime; private TimeSpan duration; public Timing() ...原创 2020-04-23 21:17:16 · 223 阅读 · 0 评论 -
File.WriteAllBytes方法报错, 以及C#下载文件并解压(Unzip)的代码的演示。
1. first of all, define const string for zip path and zip folder and init Folder operation. Avoid folder cannot be deleted, please specified second argument as true.it can remove all files even if the...原创 2020-04-19 12:01:07 · 2079 阅读 · 0 评论 -
MS bot framework V3 issue : How to solve 500 issue, when you use directline to send message
Bot status : 500 issue [mutiple controllers issue] Sometimes, it's very difficult to detect 500 issue, even if you configure Bot setting very well. End point is ok MS appID, and MS app Passwork are...原创 2019-01-18 17:14:49 · 167 阅读 · 0 评论 -
C#, localization issue
localization issue When you is going to implement the localization feature in C#, Sometimes, no matter how you change the cultuer, you still cannot come over this translation issue. As we know th...原创 2019-01-18 22:23:15 · 288 阅读 · 0 评论 -
Encounter 401 authentication via MS graph API, to accomplish send a mail / scheduling a meeting
Encounter 401 authentication issue, to accomplish send a mail /scheduling a meeting via MS graph api get access token via this link:https://dzone.com/articles/getting-access-token-for-microsoft-grap...原创 2019-04-13 20:54:53 · 303 阅读 · 0 评论 -
Operation returned an invalid status code MethodNotAllowed" When deployed on azure
https://www.linkedin.com/pulse/bot-state-error-methodnotallowed-%25E5%25AE%2581%25E5%25B3%25B0-tony-%25E5%25BD%25AD-peng Bots were created before 2018-3-31, they have no necessary to change the stora...原创 2019-05-16 09:35:07 · 697 阅读 · 0 评论