码迷,mamicode.com
首页 >  
搜索关键字:enable row movement    ( 18181个结果
20天自制操作系统(八)
移动鼠标并显示鼠标坐标struct MOUSE_DEC { unsigned char buf[3], phase; int x, y, btn;}; enable_mouse(&mdec); for (;;) { io_cli(); //...
分类:其他好文   时间:2014-06-19 06:55:18    阅读次数:201
linux 下apache的安装
一、从apache官网上下载apache的安装包 下载apr和apr-util安装包,解压到apache的srclib目录,apache从2.4?开始把这个两个模块剥离 进入apache解压目录,./configure --with-included-apr --enable-so make ...
分类:系统相关   时间:2014-06-19 00:11:35    阅读次数:318
MYSQL 添加外键报错
2014年6月16日 10:48:51出错的部分提示摘录:#1452 - Cannot add or update a child row: a foreign key constraint failsresult 2 when explaining filename '#sql-3d5_20436...
分类:数据库   时间:2014-06-18 21:01:47    阅读次数:332
Disable or enable the IPv6 protocol in Red Hat Enterprise Linux
ResolutionRed Hat Enterprise Linux 4, 5 and 6 enable Internet Protocol Version 6 (IPv6) by default. However, in certain situations, some users may fin...
分类:系统相关   时间:2014-06-18 20:24:54    阅读次数:520
织梦菜单导航调用特定栏目
织梦菜单导航调用特定栏目的修改正常:{dede:channel type='top' row='10' currentstyle="~typename~"} [field:typename/] {/dede:channel}变成:{dede:channelartlist typeid="2...
分类:其他好文   时间:2014-06-18 19:03:16    阅读次数:3850
【Leetcode】Pascal's Triangle II
Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3, Return [1,3,3,1]. Note: Could you optimize your algorithm to use only O(k) extra space? 思路:最简单的方法就是按...
分类:其他好文   时间:2014-06-18 12:40:54    阅读次数:265
iOS 推送 获取手机设备的 deviceToken
第一步:申请证书: 第二步:申请app ids,应用名字必须一致。然后再进入进行编辑,使其enable,绿灯。 第三步:申请provisioning profile,生成.mobileprovision,双击该证书才能正确导入手机设备,不能拖。 第四步:创建应用,使其名字一致。 第五步:写代码 ...
分类:移动开发   时间:2014-06-18 12:40:17    阅读次数:456
【初学菜鸟作--FTP的搭建与相关设置】
创建ftp服务器,设置并验证其控制参数安装vsftpftp服务的安装[root@localhostServer]#rpm-ivhvsftpd-2.0.5-28.el5.x86_64.rpm[root@localhost~]#vim/etc/vsftpd/vsftpd.conf主配置文件重要参数anonymous_enable=YES匿名用户可否访问,为NO时匿名用户不可登陆local_enable=YES是..
分类:其他好文   时间:2014-06-16 15:58:02    阅读次数:1947
【Leetcode】Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted from left to right.The first integer of each...
分类:其他好文   时间:2014-06-15 14:12:44    阅读次数:238
树莓派串口
系统中对应的串口设备是/dev/ttyAMAO,但默认用于内核输出日志的。若想连接串口设备,比如GPS模块,需要改动系统这个默认配置。修改 /boot/cmdline.txtsudo nano /boot/cmdline.txt将原来的内容dwc_otg.lpm_enable=0 console=t...
分类:其他好文   时间:2014-06-14 15:36:45    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!