码迷,mamicode.com
首页 >  
搜索关键字:linux解决xhost: unable to open display    ( 38110个结果
emacs quick open and jump file (or buffer) which name is current word
Sometime, we need to open a file or buffer which name began with current word in emacs. Here I give the solution as follows. (provide 'quick-file-jump) (defun ab/quick-buffer-jump () "Quickly jum...
分类:其他好文   时间:2014-05-15 15:02:20    阅读次数:373
理清Linux中的各种用户ID关系
作者:lvyilong316 绿色代表进程(进程的性质)橙色代表文件(文件的性质)。当进程试图打开文件时,内核会进行如下权限测试: 0. 若进程的有效用户ID是0(超级用户),则允许访问。 1. 若进程的有效用户ID等于文件的所有者ID,那么进行文件所有者访问权限的测试(与open的参数对比),对应图中的1。 2. 若进程的有效组ID或进程的附加组ID之一等于文件的...
分类:系统相关   时间:2014-05-15 14:43:28    阅读次数:514
android模拟器使用
1. 呼叫虚拟设备/向虚拟设备发送短信 1. 在eclipse中点击: Window--->Open Perspective--->DDMS,选择Emulator Control选项; 2. 在Telephony Actions选项的Incoming number输入要模拟的呼入号码,选择Voi.....
分类:移动开发   时间:2014-05-15 10:58:45    阅读次数:327
IE6/IE7下:inline-block解决方案
IE6/IE7下对display:inline-block的支持性不好。1、inline元素的display属性设置为inline-block时,所有的浏览器都支持;2、block元素的display属性设置为inline-block时,IE6/IE7浏览器是不支持的; 对象呈递为内联对象,但是对象...
分类:其他好文   时间:2014-05-15 10:19:18    阅读次数:211
8 Best Open-Source Ecommerce Platforms to Open Your Own Store
The modernization of world had led to coming of many businesses online. Businesses have realized the importance of coming up online. That is the main ...
分类:其他好文   时间:2014-05-15 10:14:55    阅读次数:364
print打印网页相关
作者:zccst1,CSS/style/print.css文件.noprint{display:none;} 在testPrint.html中使用print.css中的样式,在网页浏览的时候是看不出效果的,但是打印的时候会起作用,如下面这一段,加上noprint之后,在浏览器中仍然是现实的,但是打印...
分类:Web程序   时间:2014-05-15 10:12:17    阅读次数:350
CSS布局 ——从display,position, float属性谈起
页面布局,或者是在页面上做些小效果的时候经常会用到 display,position和float 属性,如果对它们不是很了解的话,很容易出现一些莫名其妙的效果,痛定思痛读了《CSS Mastery》后总结一下。 让我们从基础的CSS知识谈起,相信很多初学者和小弟一样不明白CSS原理,一味追求效果,结果页面漏洞百出,错误匪夷所思,关于盒模型我就不多说了,网上很多,注意一下IE和其他浏览器(W3...
分类:Web程序   时间:2014-05-15 04:50:27    阅读次数:572
source insight实用技巧
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier 2   document options->auto indent 去掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", 则自动和上一行...
分类:其他好文   时间:2014-05-15 04:33:36    阅读次数:330
LeetCode 006 ZigZag Conversion
【题目】 The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H N A P L S I I G Y I R And then read line by line: "PAHNAPLSI...
分类:其他好文   时间:2014-05-15 04:30:57    阅读次数:313
0A01-APP-Text-to-Speech
描述把文本读出的API,在手机上测试知识支持英文,中文库应该没有所以不支持 /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
分类:移动开发   时间:2014-05-14 21:34:49    阅读次数:435
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!