Microsoft Visual Studio Installer Projects 安装包的制作案例 1、安装Microsoft Visual Studio Installer Projects 插件 本文使用的是Microsoft Visual Studio Enterprise 2019 ,打 ...
分类:
其他好文 时间:
2020-07-02 18:06:59
阅读次数:
449
windowsTerminal windowsTerminal 配置 bash or git-bash 打开你的windowsTerminal 在最上方你会看到一个下拉三角,点击,并且再次点击setting,会有一个选择以某种方式打开,选择你熟悉的某种方式打开,搜索或查找到 profiles ,下面 ...
http://www.cnblogs.com/spring_wang/p/5409394.html 起别名: EXECUTE sp_addlinkedserver 'u8', '', 'SQLOLEDB', '192.168.20.145' EXECUTE sp_addlinkedsrvlogin ...
分类:
数据库 时间:
2020-06-30 12:33:21
阅读次数:
54
先修改UserMapper.xml中的selectById方法,代码如下: 1 <update id="updateById"> 2 update sys_user 3 <set> 4 <if test="userName != null and userName !=''"> 5 user_nam ...
分类:
数据库 时间:
2020-06-30 10:36:41
阅读次数:
99
fusionCube体验平台:http://itlabs.huawei.com/products/fusionCube 抓包工具 https://1.na.dl.wireshark.org/win64/Wireshark-win64-3.0.11.exe 配套的 华为官网学习视频:https://i ...
分类:
其他好文 时间:
2020-06-29 22:46:07
阅读次数:
130
根据库名获取所有表的信息 SELECT * FROM information_schema.`TABLES` WHERE TABLE_SCHEMA = 'erp'; 根据库名获取所有表名称和表说明 SELECT TABLE_NAME, TABLE_COMMENT FROM information_s ...
分类:
数据库 时间:
2020-06-28 18:58:56
阅读次数:
61
Point in triangle test https://blackpawn.com/texts/pointinpoly/ Perspective-Correct Interpolation https://www.comp.nus.edu.sg/~lowkl/publications/lowk ...
分类:
编程语言 时间:
2020-06-28 18:36:12
阅读次数:
51
日前,零售解决方案提供商上海海鼎宣布,公司核心ERP解决方案已全面集成阿里云PolarDB云数据库,助力零售业客户向云上迁移,并将帮助客户实现数据库综合使用成本最高降低50%。
分类:
数据库 时间:
2020-06-28 16:56:43
阅读次数:
72
编译安装php时,如果--enable-mbstring , 开启了mbstring扩展,需要这个正则处理库 centos yum install http://rpms.remirepo.net/enterprise/7/remi/x86_64//oniguruma5-6.9.4-1.el7.re ...
分类:
Web程序 时间:
2020-06-26 19:57:37
阅读次数:
80
virtualbox 使用问题 使用vmdk磁盘 仅有一个vmdk文件 直接“新建”->“不添加虚拟磁盘” “设置” 导入即可 分割vmdk磁盘文件 这里类似这种文件 nsfoxer@nsfoxerpc ~/t/centos> tree . . ├── centos-1.vmdk ├── cento ...
分类:
其他好文 时间:
2020-06-25 21:42:31
阅读次数:
81