码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
ERROR 1074 (42000): Column length too big for column 'Flist' (max = 21845); use BLOB or TEXT instead
ERROR 1074 (42000): Column length too big for column 'Flist' (max = 21845); use BLOB or TEXT instead ERROR 1118 (42000): Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check ...
分类:其他好文   时间:2016-05-12 17:04:22    阅读次数:882
局域网文件同步-计划任务
新建bat文件 :同步远程数据库备份文件.bat 批处理文件是将局域网盘符映射到本地盘符,然后同步文件到本地。 @echo off net use J: \\192.168.1.115\e$ "Yj115@2016" /user:192.168.1.115\Administrator xcopy "J:\databak" "F:\db\bak" /e/I/d/h/r/y ::...
分类:其他好文   时间:2016-05-12 15:46:50    阅读次数:153
[leetcode] 331. Verify Preorder Serialization of a Binary Tree 解题报告
题目链接: https://leetcode.com/problems/verify-preorder-serialization-of-a-binary-tree/ One way to serialize a binary tree is to use pre-order traversal. When we encounter a non-null node, we record...
分类:其他好文   时间:2016-05-12 15:36:12    阅读次数:176
二叉查找树的实现(c++)
#ifndef _HJ_STL_BST_H_ #define _HJ_STL_BST_H_ /* * Author:hujian * Time:2016/5/8 * discription:this file is about binary search tree. * * NOTICE:you should not use hjstl_vector in anywhere. * beca...
分类:编程语言   时间:2016-05-12 14:52:03    阅读次数:240
Fedora 19 系统安装
[1] Insert the Fedora install disk and start Computer. Then, Following screen is displayed, Push Enter key to proceed. [2] Select the language you'd like to use during the...
分类:其他好文   时间:2016-05-12 13:44:32    阅读次数:243
Fedora 18 系统安装
[1] Insert Install media and start Computer. Following screen is shown, then Push Enter key. [2] Select the language you'd like to use during the installation....
分类:其他好文   时间:2016-05-12 13:41:56    阅读次数:226
Fedora 20 系统安装
[1] Insert the Fedora install disk and start Computer. Then, Following screen is displayed, Push Enter key to proceed. [2] Select the language you'd like to use during the...
分类:其他好文   时间:2016-05-12 13:41:21    阅读次数:237
Fedora 17 系统安装
[1] Insert Install media and start Computer. Following screen is shown, then Push Enter key. [2] Select the language you'd like to use during the installation....
分类:其他好文   时间:2016-05-12 13:40:24    阅读次数:265
Fedora 21 系统安装
[1] Insert the Fedora install disk and start Computer. Then, Following screen is displayed, Push Enter key to proceed. [2] Select the language you'd like to use during the...
分类:其他好文   时间:2016-05-12 13:33:30    阅读次数:268
Fedora 22 系统安装
[1] Insert the Fedora install disk and start Computer. Then, Following screen is displayed, Push Enter key to proceed. [2] Select the language you'd like to use during the...
分类:其他好文   时间:2016-05-12 13:31:40    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!