1 package com.kite.pi; 2 3 import java.util.List; 4
5 import org.jbpm.api.Configuration; 6 import org.jbpm.api.ProcessInstance; 7
import org...
分类:
其他好文 时间:
2014-04-30 20:38:40
阅读次数:
514
sudo vim /etc/network/interfaces,
将该文件的内容修改为如下:(也就是说删掉其他的什么auto eth0、auto wlan0)auto loiface lo inet loopback
分类:
Web程序 时间:
2014-04-30 15:50:31
阅读次数:
474
# fedora 配置使用点滴### fedora 16
无线网设置fodera16是3.x的内核,无线网卡的驱动有点不一样。可以用如下方法安装,需要先用有线网来安装几个包,步骤如下:1. 执行这个命令看看网卡
lspci | grep Network如果是Broadcom Corporat...
分类:
其他好文 时间:
2014-04-30 14:04:44
阅读次数:
406
package com.opensymphony.xwork2;import
com.opensymphony.xwork2.config.Configuration;import
com.opensymphony.xwork2.config.ConfigurationException;impor...
分类:
其他好文 时间:
2014-04-29 19:12:40
阅读次数:
729
防抖时间设的不是太好.... 1 /* 2 ::按键控制 3 PA8接LED,PE2接按键 4
*/ 5 #include"stm32f10x.h" 6 void RCC_Configuration(void); 7 void
GPIO_Config(void); 8 void Delay(__IO...
分类:
其他好文 时间:
2014-04-29 18:26:23
阅读次数:
466
IEEE/ACM International Conference on Advances
in Social Network Analysis and Mining (ASONAM) 2014 Industry Track Call for
PapersBeijing China August 1...
分类:
Web程序 时间:
2014-04-29 15:30:45
阅读次数:
561
本文的主题是“贝叶斯网络”(Bayesian Network)
贝叶斯网络是一个典型的图模型,它对感兴趣变量(variables of
interest)及变量之间的关系(relationships)进行建模。当将贝叶斯模型与统计技术一起使用时,这种图模型分析数据具有如下几个优势:(1)
贝...
分类:
其他好文 时间:
2014-04-29 10:28:46
阅读次数:
521
sudo update-grub运行结果:Generating grub configuration
file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:
其他好文 时间:
2014-04-28 13:01:32
阅读次数:
1053
RHEL克隆虚拟机后改变网卡地址(一)更改hostname# vi /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=your-vm-hostname-here
(二)更改网卡地址在使用virt-manager或virtual-box克隆了RHEL6的虚拟机之后,网卡地址需要手动更改。首先在virt-manager中查看虚拟机属性: View->De...
分类:
其他好文 时间:
2014-04-27 20:20:36
阅读次数:
652
使用Unity3d的内建网络搭建一个简单的服务器,使用本机当主机,创建一个客户端连接到本机,...
分类:
其他好文 时间:
2014-04-27 18:23:39
阅读次数:
609