1.利用SqlServer的自动备份功能,将数据自动备份,备份出的文件格式如下:db_backup_2010_01_27_0930.bak2.编辑bat脚本@echooffecho%date:~0,4%%date:~5,2%%date:~8,2%xcopy/ed:\backup_db\dbbackup%date:~0,4%%date:~5,2%%date:~8,2%*.bakh:\backup_d
分类:
数据库 时间:
2018-07-24 11:18:22
阅读次数:
179
下载地址:https://www.jb51.net/softs/555253.html Sketsa SVG Editor中文版是一款强大好用的矢量图绘制工具,该工具的最大特色就是集成了中文语言,且支持xml格式,允许用户允许放大或者缩小尺寸到任意分辨率而不会产生失真效果,Sketsa SVG Ed ...
分类:
其他好文 时间:
2018-07-17 16:46:33
阅读次数:
148
1、下载安装matplotlib 组件 环境:win10 首先进入cmd的窗口下, 先升级下工具,输入命令python -m pip install -U pip setuptools 输入 python -m pip install -i https://pypi.tuna.tsinghua.ed ...
分类:
编程语言 时间:
2018-07-12 18:00:21
阅读次数:
890
1 #include 2 #include 3 #define MAXN 5 4 using namespace std; 5 6 struct edge 7 { 8 int f,t; 9 edge(int f, int t) :f(f), t(t) {} 10 }; 11 12 vector ed... ...
分类:
其他好文 时间:
2018-06-29 21:40:30
阅读次数:
215
在网上找到了很多方法。其实解决这个问题的方法, 最简单的就是把 EditorLineEnds.ttr 改名为 EditorLineEnds.ttf 然后,安装它, 安装完成后就OK了。 在网上找到了很多方法。其实解决这个问题的方法, 最简单的就是把 EditorLineEnds.ttr 改名为 Ed ...
执行顺序是wrap1 >wrap2>test_wrap>wrap2>wrap1: C:\Users\x\AppData\Local\Programs\Python\Python36\python.exe "C:\Program Files\JetBrains\PyCharm Community Ed ...
分类:
其他好文 时间:
2018-06-21 11:50:14
阅读次数:
225
先看个例子 该表达式使用元字符(metacharacter)(也做通配符)或特殊的符号,匹配一个具有一个或多个前导空格的行(在示例中使用方框“口”是为了使空格可见)。 grep、sed和awk都使用正则表达式。然而,这3个程序并不能完全使用正则表达式语法中的所有元字符。基本的元字符集是由ed行编辑器 ...
分类:
其他好文 时间:
2018-06-15 13:12:58
阅读次数:
149
注意使用if test 语句对传入的起止判断为如下会报错:java.lang.IllegalArgumentException: invalid comparison: java.util.Date and java.lang.String 原文链接:https://blog.csdn.net/ed ...
分类:
其他好文 时间:
2018-06-04 11:39:58
阅读次数:
132
#include #include #include #include using namespace std; struct node { int x,y,c,next,other; }; node a[2110000]; int len = 0,last[5000],st,ed; int lis... ...
分类:
其他好文 时间:
2018-05-30 21:25:32
阅读次数:
175
Pycharm的配置 Pycharm的配置 修改主题: File-》Setting: Appearance&Behavior->UI Options->Theme: 显示行号: Editor-General-Appearance 选择show line numbers显示行号: 修改字体大小: Ed ...
分类:
其他好文 时间:
2018-05-17 19:53:55
阅读次数:
217