码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
桦仔 笔记7-徐 SQLSERVER日志记录机制
1 --SQLSERVER日志记录机制 2 --日志记录事务发生的时间,但是不保证记录下发起这个事务的用户名,更不记录发起者的程序名称!!! 3 USE AdventureWorks 4 CREATE TABLE a(a INT) 5 GO 6 CHECKPOINT --做一次检查点把数据跟日志.....
分类:数据库   时间:2015-05-11 10:26:36    阅读次数:214
GCJ 2015 Round 1C B. Typewriter Monkey
用最多需要的香蕉数减去目标串出现的概率就行啦。。。。  如何求出现的概率? 每个字符出现的概率乘起来……再乘以目标串能摆的位置个数…… Problem Your publishing house has decided to use monkeys randomly typing at keyboards to write great works of litera...
分类:其他好文   时间:2015-05-11 00:09:29    阅读次数:280
【转】修复关于apache-xampp的问题:Port 443 in use by “vmware-hostd.exe”!
在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题:11:23:37 [Apache] Problem detected!11:23:37 [Apache] Port 443 in use by “vmware-hostd.exe”!11:23:37 [Apache] Apach...
分类:Web程序   时间:2015-05-10 18:54:51    阅读次数:176
c#pdf查看器
Free Spire.PDF for .NET is a Community Edition of the Spire.PDF for .NET, which is a totally free PDF component for commercial and personal use. As a ...
分类:Windows程序   时间:2015-05-10 18:49:56    阅读次数:150
gdb调试时的问题Missing separate debuginfos, use: debuginfo-install glibc-XXX
在CentOS6.4下使用gdb进行调试的时候,使用bt(breaktrace)命令时,会弹出如下的提示:头一天提示: Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.107.el6.i686问题没解决,第二天提示:M...
分类:数据库   时间:2015-05-10 17:11:15    阅读次数:182
安装XAMPP时启动Apache失败解决方法 xampp
我现在的XAMP版本是xampp-win32-1.8.3-1-VC11-installer(下载)Apache启动提示10:33:43 [Apache]Problem detected!10:33:43 [Apache]Port 80 in use by "Unable to open proces...
分类:Web程序   时间:2015-05-10 15:37:50    阅读次数:321
启动tomcat时 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099;
错误:代理抛出异常:java.rmi.server.ExportException:Portalreadyinuse:1099;nestedexceptionis: java.net.BindException:Addressalreadyinuse:JVM_BindDisconnectedfrom...
分类:编程语言   时间:2015-05-10 11:18:39    阅读次数:8783
hdu3172 Virtual Friends
Problem Description These days, you can do all sorts of things online. For example, you can use various websites to make virtual friends. For some people, growing their social network (their friend...
分类:其他好文   时间:2015-05-10 09:56:55    阅读次数:156
1037. Magic Coupon (25)
The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a product, you may get N times the value of that product b...
分类:其他好文   时间:2015-05-10 06:24:46    阅读次数:163
数据结构:栈
以下是完整代码: /* ?*?this?file?is?an?implementation?of?stack ?*?file?name:?stack.c ?*?author:?John?Woods ?*?date:?2015/5/9 ?*?statement:?anyone?can?use?this?file?for?a...
分类:其他好文   时间:2015-05-09 22:11:36    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!