首页 > 2014年11月21日 > 全部分享
openfire搭建IM
1.Webchatsvn地址:http://svn.igniterealtime.org/svn/repos/fastpath/webchat/插件开发文档参考: Fastpath插件安装及webchat源码开发环境安装
分类:其他   时间:2014-11-21 10:21:07    收藏:0  评论:0  赞:0  阅读:201
[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.7
Prove that for any vectors $$\bex u_1,\cdots,u_k,\quad v_1,\cdots,v_k, \eex$$ we have $$\bex |\det(\sef{u_i,v_j})|^2 \leq \det\sex{\sef{u_i,u_j}}\cdot...
分类:其他   时间:2014-11-21 10:20:57    收藏:0  评论:0  赞:0  阅读:113
Count And Say
ProblemImplement Count And Say function. For example, first, let user input a number, say 1. Then, the function will generate the next 10 numbers whic...
分类:其他   时间:2014-11-21 10:20:47    收藏:0  评论:0  赞:0  阅读:151
ios 判断网络连接方式
ios中判断网络连接方式的方法很多种,常用的大多是加入开源库,然后根据开源库中提供的方法进行判断。下面提供一种方法:多多指教NSArray *subviews = [[[[UIApplication sharedApplication] valueForKey:@"statusBar"] value...
分类:移动平台   时间:2014-11-21 10:20:37    收藏:0  评论:0  赞:0  阅读:145
HTML静态网页(框架)
1.frameset frameset最外层,使用时需要去除body改用frameset。--上下分,第一行100像素,剩余为第二行,rows换成cols,则变为左右分。frameborder=“no”,去掉分割线。--noresize,禁止调整窗口大小。--scrolling="no",取消显示....
分类:Web开发   时间:2014-11-21 10:20:27    收藏:0  评论:0  赞:0  阅读:335
bash shell命令与监测的那点事(三)
bash shell命令与监测的那点事之df与du 前两篇介绍了bash shell的进程监控指令,但是有时候你需要知道在某个设备上还有多少磁盘空间。首先介绍df命令:df命令 df命令就是用来轻松查看所有已挂载磁盘的使用情况的:1 [root@controller ~]# df2 Filesy.....
分类:系统服务   时间:2014-11-21 10:20:17    收藏:0  评论:0  赞:0  阅读:266
查看ssh服务开启状态
root@dbaudit-desktop:/etc/init.d# /etc/init.d/ssh status* sshd is running或者这样检查:root@dbaudit-desktop:/etc/init.d# service ssh statusssh start/running,...
分类:其他   时间:2014-11-21 10:20:07    收藏:0  评论:0  赞:0  阅读:234
转:禁止360随身wifi驱动自动安装
from:http://bbs.360safe.com/thread-2643500-1-1.html有曾经数次卸载随身wifi后,插上又会自动安装随身wifi驱动的,也可以看看下面的解决办法。卸载方法:第一步:在360安装目录里搜索文件名“360APMon”,然后把他删除掉。其实这个文件就在Pro...
分类:其他   时间:2014-11-21 10:19:57    收藏:0  评论:0  赞:0  阅读:448
ASP.net MVC把Html Table导出Excel
[HttpPost] public ActionResult ExportExcel(FormCollection form) { string strHtml = form["hHtml"]; strHtml ...
分类:Web开发   时间:2014-11-21 10:19:47    收藏:0  评论:0  赞:0  阅读:720
Keypad Permutation
ProblemPhone has letters on the number keys. for example, number 2 has ABC on it, number 3 has DEF, 4 number has GHI,... , and number 9 has WXYZ. Writ...
分类:其他   时间:2014-11-21 10:19:37    收藏:0  评论:0  赞:0  阅读:126
HDU 4309 Seikimatsu Occult Tonneru
Seikimatsu Occult TonneruTime Limit: 6000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:430964-bit integer IO format:%I64d Java...
分类:其他   时间:2014-11-21 10:19:27    收藏:0  评论:0  赞:0  阅读:296
前端项目部分开发总结
项目背景:.Net 3.5+MySQL+jQuery+WebService在公司做这个项目已经6个多月了,总结一些问题,也算是抛砖引玉吧,希望园子里更多的朋友一起分享一些技巧。1、 WebService方法返回值不能为void。当WebService方法返回值为void时,FF和Chrome会持续等...
分类:其他   时间:2014-11-21 10:19:17    收藏:0  评论:0  赞:0  阅读:304
Spiral Matrix
ProblemGiven aNXN matrix, starting from the upper right corner of the matrix start printingvalues in a counter-clockwise fashion. E.g.: Consider N = 4...
分类:其他   时间:2014-11-21 10:18:57    收藏:0  评论:0  赞:0  阅读:265
[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.5
Show that the inner product $$\bex \sef{x_1\vee \cdots \vee x_k,y_1\vee \cdots\vee y_k} \eex$$ is equal to the permanent of the $k\times k$ matrix $\s...
分类:其他   时间:2014-11-21 10:18:47    收藏:0  评论:0  赞:0  阅读:277
NYOJ469
题目连接:http://acm.nyist.net/JudgeOnline/problem.php?pid=469思路:很明显这是一道找规律的题 可是这个规律怎么找那么就要看n的位置放在哪里了 举个例子 比如说n等于5 求f(5);第二位是2时:后面的四个数正好是2 3 4 5 所以这个排列的个数....
分类:其他   时间:2014-11-21 10:18:37    收藏:0  评论:0  赞:0  阅读:308
java语言-俄罗斯方块Java源码案例
只提供参考源码import java.awt.*;import java.applet.Applet;public class Blocks extends Applet implements Runnable{Dimension d;Font largefont= new Font("Helvet...
分类:编程语言   时间:2014-11-21 10:18:27    收藏:0  评论:0  赞:0  阅读:308
活着这件事
活着这件事洪真英人活着都是这样虽然辛苦和悲伤的时候很多但是活着真是件很好的事今天您也辛苦了该怎么过呢今天也小酌了一杯吗遂愿的事一件也没有但是也请不要叹息不要悲伤哪片云里会藏着雨水谁也不知道活着活着总会有我的晴天人活着都是这样虽然辛苦和悲伤的时候很多但是活着真是件很好的事今天您也辛苦了羡慕您的邻居吗朋...
分类:其他   时间:2014-11-21 10:18:17    收藏:0  评论:0  赞:0  阅读:293
sae Servlet class XXXX is not a javax.servlet.Servlet
以前都是使用myeclipse开发web工程上传sae后没有问题,但是使用javaee导出war包上传sae 无法访问Servlet class XXXX is not a javax.servlet.Servlet , 后来将打包的war包使用压缩工具打开删除libs里面的javaee.jar 保...
分类:编程语言   时间:2014-11-21 10:17:57    收藏:0  评论:0  赞:0  阅读:198
Stepping Number
ProblemA number is called as a stepping number if the adjacent digits are having a difference of 1. For eg. 8,343,545 are stepping numbers. While 890,...
分类:其他   时间:2014-11-21 10:17:47    收藏:0  评论:0  赞:0  阅读:380
批文件注册程序集
原文:批文件注册程序集 1.新建一个解决方案,命名为GAC。 2.添加一个Class Library类库,命名为DbConn。 using System; using System.Collections.Generic; using System.Text; namespace DbConn { ...
分类:其他   时间:2014-11-21 10:17:37    收藏:0  评论:0  赞:0  阅读:217
1854条   上一页 1 ... 79 80 81 82 83 ... 93 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!