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
前言什么是PXE?PXE(Pre-boot Execution
Environment,预启动执行环境)协议使计算机可以通过网络启动。协议分client和server。PXE client 在网卡的 ROM
中,当计算机引导时,BIOS 把 PXE client 调入内存执行,由 PXE clien...
分类:
其他好文 时间:
2014-04-30 14:18:59
阅读次数:
630
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
关闭系统,打开虚拟机配置文件(.vmx文件),该文件位于所装虚拟机目录(不是虚拟机软件目录),在配置文件末尾加上 bios.forceSetupOnce =
"TRUE"或者bios.bootDelay = "xxxx"(xxxx用具体数字代替,以毫秒为单位)。来自为知笔记(Wiz)
分类:
移动开发 时间:
2014-04-29 17:12:46
阅读次数:
428
失败提示:reating a new initrd boot image for the
kernel. update-initramfs: Generating /boot/initrd.img-3.11.0-12-generic
vmware-tools-thinprint initctl: J...
分类:
其他好文 时间:
2014-04-29 11:46:47
阅读次数:
684
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