效果图如上所示: 前端Xmal代码: <Window x:Class="WpfTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micr ...
环境说明: 阿里云服务器 Ubuntu 16.04 docker 1、拉取镜像 sudo docker pull mcr.microsoft.com/mssql/server:2017-latest 2、创建容器 docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWO ...
分类:
数据库 时间:
2020-06-12 10:30:41
阅读次数:
120
什么是POIApache POI是Apache软件基金会的开放源码函式库,POI提供API给Java程序对Microsoft Office格式档案读和写的功能。 添加依赖<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</a ...
分类:
编程语言 时间:
2020-06-11 19:31:06
阅读次数:
157
1、html部分 <table> <thead> <tr> <th>序号</th> <th>姓名</th> <th>年龄</th> <th>性别</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>张三</td> <td>18</td> <td>男</td ...
分类:
其他好文 时间:
2020-06-10 14:45:24
阅读次数:
72
docker search mssql 查找mssql镜像 docker pull microsoft/mssql-server-linux 拉去mssql镜像 docker images 查看镜像 docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Abca ...
分类:
数据库 时间:
2020-06-10 13:01:51
阅读次数:
141
下载安装openoffice,下载地址:http://www.openoffice.org/download/ 我安装的目录: 输入cmd回车 在命令窗口输入 soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" –nofi ...
分类:
其他好文 时间:
2020-06-10 11:14:29
阅读次数:
73
标签: 当发现有多个解决方案引用一个dll时,为了不重复引用所以将.net的一个dll注册到GAC中去。 gacutil.exe。 记得使用管理员权限打开 开始菜单-Microsoft Visual Studio 2015 -VS2015 开发人员命令提示,在控制台中输入 gacutil.exe 回 ...
分类:
系统相关 时间:
2020-06-10 09:33:43
阅读次数:
102
.net 的 VB 类库中有提供 void Main() { var a = Microsoft.VisualBasic.Strings.StrConv("A", Microsoft.VisualBasic.VbStrConv.Narrow); (a == "A").Dump(); ("A"=="A ...
show columns from 表名; desc 表名;(全写:describe 表名) show create table 表名; ...
分类:
数据库 时间:
2020-06-09 12:40:10
阅读次数:
101
文章作者:Pablo Gomez Guerrero 原文链接:《How to Work with Microsoft Bot Framework Since Last Update》 翻译:一熊翻译组 Mason 如果你有使用微软机器人框架的话,你很有可能已经看见提示你迁移机器人的边栏了。你也可能会 ...
分类:
其他好文 时间:
2020-06-09 12:39:14
阅读次数:
82