码迷,mamicode.com
首页 >  
搜索关键字:art    ( 45817个结果
Linux下定时重启Tomcat(修改)
1.写一个shell脚本test.sh,重新启动tomcat[java]view plaincopy#!/bin/sh./etc/profilepid=`psaux|greptomcat|grep-vgrep|grep-vretomcat|awk'{print$2}'`echo$pidif[-n"$...
分类:系统相关   时间:2014-07-01 12:08:38    阅读次数:304
MEF(Managed Extensibility Framework )的入门介绍
1、什么是MEFMEF是一个来自于微软协作构建扩展应用的新框架,它的目的是在运行中的应用中添加插件。MEF继承于.NET 4.0 Framework平台,存在于各种应用平台的系统程序集中2、程序集System.ComponentModel.Composition.dll3、关键结构ImportExp...
分类:其他好文   时间:2014-07-01 10:38:32    阅读次数:213
【转载】C++中结构体的声明和定义
http://blog.csdn.net/whuslei/article/details/56652891//定义一个结构体,类型为structStudent2structStudent3{4stringname;5doubleeng;6doublech;7};89//定义了一个结构体,类型为str...
分类:编程语言   时间:2014-07-01 10:34:37    阅读次数:237
微软职位内部推荐-SDE II-MODC-Beijing
微软近期Open的职位:JOB TITLE: Software Design Engineer IIDEPARTMENT: Microsoft Office Division ChinaIMMEDIATE SUPERVISOR: Development LeadLocation: Beijing, ...
分类:其他好文   时间:2014-07-01 10:29:30    阅读次数:299
用C语音编写python的扩展模块,也就是python调c库
用C语音编写python的扩展模块,也就是python调c库1.用C语言扩展Python的功能:http://www.ibm.com/developerworks/cn/linux/l-pythc/2.用C语言编写Python扩展模块:http://hi.baidu.com/jinmu190/blo...
分类:编程语言   时间:2014-07-01 10:28:46    阅读次数:281
Raspberry Pi Resources-Using the UART
参考:RPi Serial Connection本文来自:http://www.raspberry-projects.com/pi/programming-in-c/uart-serial-port/using-the-uartUsing the UARTIf you are running Ras...
分类:Web程序   时间:2014-07-01 10:21:01    阅读次数:982
debian配置简单的vsftp服务器
Ubuntu Linux与Windows系统不同,Ubuntu Linux不会产生无用垃圾文件,但是在升级缓存中,Ubuntu Linux不会自动删除这些文件,今天就来说说这些垃圾文件清理方法。1,非常有用的清理命令:sudo apt-get autoclean --清理旧版本的软件缓存 www.2...
分类:其他好文   时间:2014-07-01 10:16:30    阅读次数:223
Raspberry Pi UART with PySerial
参考:http://programmingadvent.blogspot.hk/2012/12/raspberry-pi-uart-with-pyserial.htmlRaspberry Pi UART with PySerialOS:Occidentalis v0.2Hardware:Raspbe...
分类:Web程序   时间:2014-07-01 10:12:40    阅读次数:826
马哥学习笔记二十六——MySQL主从复制
配置MySQL复制基本步骤: 一、master 1、启用二进制日志 log-bin = master-bin log-bin-index = master-bin.index 2、选择一个惟一server-id server-id = {0-2^32} 3、创建具有复制权限的用户 R...
分类:数据库   时间:2014-07-01 09:15:36    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!