码迷,mamicode.com
首页 >  
搜索关键字:go 运维代码    ( 11262个结果
MySQL Got a packet bigger than 'max_allowed_packet' bytes错误
如果将SQL单独执行会发现是Error Code:1153 Got a packet bigger than 'max_allowed_packet' bytes错误。对于这个问题可以在my.ini中最后增加一行max_allowed_packet=16M即可(根据实际情况设置)。注意,在[clie...
分类:数据库   时间:2014-07-09 21:39:41    阅读次数:226
SQLServer调试
1、普通调试直接点击SSMS客户端上的调试按钮即可2、存储过程调试2.1 定义存储过程(以Northwind数据库为例)USE [Northwind]GO/****** Object: StoredProcedure [dbo].[sp_getOrders] Script Date: 201...
分类:数据库   时间:2014-07-09 00:38:15    阅读次数:249
Agile
I think Agile development methodologies is something we get from our practice. It can be just acknowledged by taking the training, but if you want to ...
分类:其他好文   时间:2014-07-06 23:30:02    阅读次数:274
世界经济史方面的书籍
30部必读的经济学经典第1部 《经济表》 弗朗斯瓦·魁奈(法国1694—1774)第2部 《国富论》 亚当·斯密(英国1723—1790)第3部 《人口原理》 托马斯·罗伯特·马尔萨斯(英国1766—1834)第4部 《政治经济学概论》 让·巴蒂斯特·萨伊(法国1767—1832)第5部 《政治经济...
分类:其他好文   时间:2014-07-06 21:54:10    阅读次数:193
知名nodeJS框架Express作者宣布弃nodeJS投Go
知名 nodeJS 框架 Express 的作者TJ Holowaychuk在 Twitter 发推并链接了自己的一篇文章,宣布弃 nodeJS 投 Go。 他给出的理由是:Go 语言和 Rust、Julia 等都是众多的下一代语言之一,虽然不能说它是最好的语言,但已足够成熟和稳健,用 Go 语言....
分类:Web程序   时间:2014-07-06 20:29:08    阅读次数:235
openfire 安装报这个错误 A connection to the database could not be made。。。
openfire 安装报这个错误 A connection to the database could not be made. View the error message by opening the "\logs\error.log" log file, then go back to fix...
分类:数据库   时间:2014-07-06 16:43:00    阅读次数:284
[Asp.net]Calendar+JqueryUi实现日程管理(右键菜单,添加,编辑,删除,源码)
引言出差终于回来了,这篇文章算是这个月的博客的开篇吧。上篇文章:[Asp.net]Calendar+JqueryUi实现日程管理——添加日程上篇文章主要贴了一些该项目的界面,这里面,将主要代码也贴出来分享一下。项目数据库设计 1 USE [Wolfy.Schedule] 2 GO 3 4 /***....
分类:Web程序   时间:2014-07-06 13:00:52    阅读次数:264
SQL 如果存在就更新,如果不存在就添加,使用 Merge 函数(SQL2008版本及以上)
USE [NationalUnion]GO/****** Object: StoredProcedure [dbo].[proc_DataSummary] Script Date: 07/03/2014 15:33:11 ******/SET ANSI_NULLS ONGOSET QUOTE...
分类:数据库   时间:2014-07-05 18:35:10    阅读次数:370
SPOJ 8222 NSUBSTR Substrings
Substrings Time Limit: 1000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   Description You are given a string S which cons...
分类:其他好文   时间:2014-07-03 16:52:59    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!