logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

OutputDebugString函数分析

此函数允许应用程序将字符串发送到其调试器用于显示。如果应用程序未被调试,但系统调试器处于活动状态,系统调试器将显示字符串。否则,此功能无效。

文章图片
mysql----查询各个年龄段人数

selectnndas'年龄段',sum(人数)as'年龄段人数'from(selectcasewhen年龄>21and年龄<=25then'21-25'when年龄>26and年龄<=30then'26-30'when年龄>31and年龄<=35then'31-35'when年龄>36and年龄<=40then'36-40'else'other'e

#sql#mysql
php----4张图片,javascript实现点击图片更换下一张

<div id="img_box" align="center"><img title="第一张" src="img/1.jpg" onclick="changeImg(0)" style="display:inline;" /><img src="img/2.jpg" onclick="changeImg(1)" style="display:none;"/>

#javascript
excel----计算银行卡号校验位公式

上面是C3单元格银行卡号,最后一位先设置为0,然后在D3单元格内输入公式。得到银行卡号,就是银行卡号前15位和最后一位校验位。

php----拷贝兔源代码分析dl函数和getdata函数

<div class="cpt-show"><div class="cpt-file">{if $is}{if $type == 'text'}{$data['content']|htmlspecialchars_decode}{else}<p class="orig">{$data['name']}</p><p class="fsize"&g

#php
bash源代码分析----bash --login的作用和--noprofile的作用

[root@localhost ~]# cat ~/.bash_profile# .bash_profile# Get the aliases and functionsif [ -f ~/.bashrc ]; then. ~/.bashrcfi# User specific environment and startup programsPATH=$PATH:$HOME/binexport PA

dropbear源代码分析之二----openwrt的登录到root用户公钥为什么保存在/etc/dropbear/authorized_keys

openwrt的登录到root用户公钥为什么保存在/etc/dropbear/authorized_keys?原因是openwrt对dropbear做了一点点的更改!!!打了一个patch下面是一个openwrt的源代码https://pan.baidu.com/share/link?shareid=3399010809&uk=939937960...

linux-0.11调试教程,minix-386-fd0-by-chenghao0511,最小的操作系统,只有360k。

http://pan.baidu.com/share/link?shareid=269130&uk=453348606minix-386-fd0-by-chenghao0511,最小的操作系统,只有360k。CSDN下载地址:minix-386-fd0-by-chenghao0511,最小的unix操作系统需要下载Bochs,下载安装后。解压下载的文件,直接

linux-0.11调试教程,源起,从linux内核完全注释的几处错误说起

本系列文章调试linux-0.11,大部分都是一些新内容,小部分是对代码的一些印证。        另写了一些调试工具,比如readizone,readblock,readinode这些工具对学习linux-0.11操作系统很有帮助。当然还需要stat和hexdump工具的配合。       fdisk for linux-0.11        开始到-13/3/15的文章

内核重新编译之make install和生成initramfs的过程分析

$ sudo make installsh /home/ch/下载/linux-3.13/arch/x86/boot/install.sh 3.13.0 arch/x86/boot/bzImage \        System.map "/boot"run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0

#linux
    共 15 条
  • 1
  • 2
  • 请选择