摘要:
public class ConvertGPS { private static double pi = 3.1415926535897932384626; private static double a = 6378245.0; private static double ee = 0.00669 阅读全文
摘要:
使用windows版本的nginx启动时遇到(1113: No mapping for the Unicode character exists in the target multi-byte code page)这个错误 因为路径里面包含有中文的缘故,只要文件存放的路径没有包含中文的目录即可解决 阅读全文
摘要:
一.nuget引用MongoDB.Driver 二.创建连接 //mongodb://用户名:密码@ip:端口 var client = new MongoClient("mongodb://mogo:mogo123@127.0.0.1:27017"); var database = client. 阅读全文
摘要:
转自:https://blog.csdn.net/gavinking0110/article/details/78373894?utm_source=blogkpcl12 一、包含中文字符 select * from 表名 where 列名 like '%[吖-座]%' 二、包含英文字符 selec 阅读全文