码迷,mamicode.com
首页 >  
搜索关键字:arch    ( 7043个结果
安装完Arch后,要安装的软件
输入法sunpinyinintellijidea、QTcreator文字编辑器LaTex、texstudiolibreofficewps-office没有公式编辑器,但是libreoffice打开word文档后字体会变,而Arch并不能直接安装libreoffice-mathgoldendict在源里找了一下,有道安装不成功,lindict用起来不是很好用,goldendict依赖..
分类:其他好文   时间:2015-12-22 06:36:11    阅读次数:262
LAMP or LNMP 一键安装脚本
#!/bin/bash echo"Itwillinstalllamporlnmp." sleep1 ##checklastcommandisOKornot. check_ok(){ if[$?!=0] then echo"Error,Checktheerrorlog." exit1 fi } ##getthearchiveofthesystem,i686orx86_64. ar=`arch` ##closeseliux sed-i‘s/SELINUX=enforcing/SELINUX=disabled/‘/..
分类:其他好文   时间:2015-12-17 19:26:26    阅读次数:248
linux指令大全
系统信息arch 显示机器的处理器架构(1)uname -m 显示机器的处理器架构(2)uname -r 显示正在使用的内核版本dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI)hdparm -i /dev/hda 罗列一个磁盘的架构特性hdparm -tT /dev/sd...
分类:系统相关   时间:2015-12-15 07:43:36    阅读次数:334
规则引擎以及blaze 规则库的集成初探之三——Blaze规则引擎和SRL
原文地址:http://jefferson.iteye.com/blog/68604在上面介绍利用JSR94的api使用的章节中,我们使用的具体引擎的实现是一个商业产品,如果想了解Drools的使用,这里有一份入门的参考文章:http://blog.csdn.net/tigerflower/arch...
分类:其他好文   时间:2015-12-14 16:03:47    阅读次数:171
文件操作接口的系统调用分析---SYSCALL_DEFINEx
linux/arch/arm/kernel/call.S...CALL(sys_read)CALL(sys_write)CALL(sys_open)CALL(sys_close)...以read,write接口举栗子:linux/fs/read_write.cSYSCALL_DEFINE3(read...
分类:其他好文   时间:2015-12-14 01:28:04    阅读次数:967
北京交大yum
[base]name=CentOS-$releasever - Base#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infrabaseurl=http://mi...
分类:其他好文   时间:2015-12-13 13:56:59    阅读次数:170
我的第一个shell code -- hello world
尝试了好久,终于成功输出了hello world实验环境$uname -a Linux archlinux 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux $g...
分类:系统相关   时间:2015-12-12 23:10:17    阅读次数:314
内嵌汇编
static inline void arch_spin_lock(arch_spinlock_t *lock){ unsigned long tmp; __asm__ __volatile__("1: ldrex %0, [%1]\n" " teq %0, #0\n" ...
分类:其他好文   时间:2015-12-08 00:08:49    阅读次数:133
SQL递归查询(with cte as) 物料分解
需求最近在做一个MRP的项目,需要根据生产下达的计划从原始无聊表中分解出成品所需要的原材料和数量.参考http://www.cnblogs.com/xqhppt/archive/2011/02/15/1955366.htmlhttp://www.cnblogs.com/guoysh1987/arch...
分类:数据库   时间:2015-12-07 16:16:58    阅读次数:216
u-boot移植为tiny6410步骤
1. 修改顶层Makefile文件2. 修改arch/arm/cpu/arm1176/s3c64xx/cpu_init.S3. 修改arch/arm/cpu/arm1176/s3c64xx/Makefile4. 修改arch\arm\include\asm\arch-s3c64xx\s3c64x0....
分类:其他好文   时间:2015-12-07 12:03:19    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!