摘要:
Error like:The view 'LoginRegister' or its master was not found or no view engine supports the searched locations. The following locations were search 阅读全文
摘要:
在Linux上运行ASP.NET网站或WebApi的传统步骤是,先安装libgdiplus,再安装mono,然后安装Jexus。在这个过程中,虽然安装Jexus是挺简便的一件事,但是安装mono就相对的比较费时费力了。 现在的情况不同了,为了克服安装 Mono 的繁琐,简化 ASP.NET WEB 阅读全文
摘要:
1.DDL(Data Definition Language)数据库定义语言statements are used to define the database structure or schema. DDL是SQL语言的四大功能之一。用于定义数据库的三级结构,包括外模式、概念模式、内模式及其相互 阅读全文
摘要:
var sqlfilter = " CITY='" + city + "' and SDATE>" + sdate + " and SDATE <" + edate; soMapRoad.downLoadGeoLayer(actionId, kpi, layerTitle, sqlfilte 阅读全文
摘要:
mac 连不上 L2TP 的VPN,多数和 /etc/ppp/options 有关,不是删除就是新建。 sudo rm /etc/ppp/options 或者 sudo vim /etc/ppp/options 内容为: plugin L2TP.ppp l2tpnoipsec 阅读全文
摘要:
OracleParameter endGeometry = cmd.CreateParameter(); endGeometry.OracleDbType = OracleDbType.Object; endGeometry.UdtTypeName = "MDSYS.SDO_GEOMETRY"; e 阅读全文
摘要:
spring-security cas 未能够识别出目标 <cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'> <cas:authenticationFailure code='INVALID_TICKET'> 未能够识别出目标 & 阅读全文
摘要:
/** * 保存地图为图片工具栏 */function addMapToolSavePicture() { var saveElement = document.createElement('a'); saveElement.className = "mapbtn glyphicon glyphic 阅读全文
摘要:
macOS 下的编译包 如果是使用安装文件,请查看官网文档,如果想要部署在已有的tomcat服务下,请查看网页压缩包章节。 Web archive. 如果是使用安装文件,请查看官网文档,如果想要部署在已有的tomcat服务下,请查看网页压缩包章节。 Web archive. An alternate 阅读全文
摘要:
vi/vim 使用实例 使用 vi 来建立名为 test.txt 的文件 vi test.txt1按下 ESC 按钮回到一般模式 在一般模式中按下 :wq 储存后离开 vi 基本上 vi/vim 共分为三种模式,分别是: 命令模式(Command mode)插入模式(Insert mode)底线命令 阅读全文