会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
稻草人
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
···
21
下一页
2020年4月29日
C# 超大数据量导入 SqlBulkCopy
摘要: 1 public static void ImportTempTableDataIndex(DataSet ds,string TempTableName,string strSqlConnection) 2 { 3 4 //dcrenl:获取写入连接 5 string str = strSqlCo
阅读全文
posted @ 2020-04-29 15:03 dcrenl
阅读(448)
评论(0)
推荐(0)
2020年4月18日
mybatis-generator 自动生成mybatis代码与xml
摘要: 一、pxm.xml中引入mybatis-generator并配置 在build节点下的plugins下添加org.mybatis.generator 示例代码如下: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven
阅读全文
posted @ 2020-04-18 12:29 dcrenl
阅读(1701)
评论(0)
推荐(0)
mysql 常用命令
摘要: #查看数据库使用的字符集 SHOW VARIABLES LIKE 'char%' #查看当前数据库路径位置 SHOW GLOBAL VARIABLES LIKE "%datadir%"
阅读全文
posted @ 2020-04-18 09:48 dcrenl
阅读(113)
评论(0)
推荐(0)
2020年4月15日
SQL Server 2005与2008清空日志方法
摘要: SQL2008 的收缩日志 由于SQL2008对文件和日志管理进行了优化,所以以下语句在SQL2005中可以运行但在SQL2008中已经被取消:SQL2005 清空日志的方法:Backup Log DNName with no_loggodump transaction DNName with no
阅读全文
posted @ 2020-04-15 14:51 dcrenl
阅读(403)
评论(0)
推荐(0)
2020年3月25日
IDEA 常见设置
摘要: 一、字体设置 二、自动导入java包和自动清除无用的引用 清除无用的import包手动快捷键:Ctrl + Alt + O 添加引用在代码中光标指向需要添加引用的上,然后使用快捷键:Alt+Enter 需要完全自动引用可进行如下设置中: 三、修改Maven,使下载速度更快 xml文件内容如下: <?
阅读全文
posted @ 2020-03-25 09:29 dcrenl
阅读(451)
评论(0)
推荐(0)
2020年3月6日
sql server 使用sql语句导出二进制文件到本地磁盘
摘要: sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'Ole Automation Procedures', 1;GORECONFIGURE;GO DECLARE @SOURCEPATH VARBINARY(MAX
阅读全文
posted @ 2020-03-06 15:35 dcrenl
阅读(1092)
评论(0)
推荐(0)
2020年2月12日
大陆、港澳台身份证、护照、军官证的正则表达式
摘要: 最近工作因为工作需要,有一个身份验证需要前端验证大陆、港澳台身份证、护照、军官证号码的合法性。初步整理了一下各个验证的正则表达式,如有错误请大家指出,谢谢! 大陆身份证正则表达式: idCardValid(id) { // 1 "验证通过!", 0 //校验不通过 var format = /^((
阅读全文
posted @ 2020-02-12 17:59 dcrenl
阅读(11447)
评论(0)
推荐(0)
2019年11月5日
roslyn\csc.exe
摘要: vs2019调试运行时提示roslyn\csc.exe错误时在nuget包管理器控制台里输入: Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r
阅读全文
posted @ 2019-11-05 20:26 dcrenl
阅读(367)
评论(0)
推荐(0)
2019年5月12日
debian 安装java
摘要: sudo apt-get update sudo apt-get install default-jre sudo apt-get install default-jdk
阅读全文
posted @ 2019-05-12 17:36 dcrenl
阅读(1660)
评论(0)
推荐(0)
linux安装五笔拼音混输 的五笔输入法
摘要: 打开终端先卸载系统的iBus sudo apt-get remove ibus 添加源sudo add-apt-repository ppa:fcitx-team/nightlysudo apt-get update 安装 sudo apt-get install fcitx fcitx-confi
阅读全文
posted @ 2019-05-12 00:15 dcrenl
阅读(4174)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
21
下一页
公告