UnixStudy之--P5光盘安装AIX6.1全实录通过Serial线连接IBMP5,将AIX6.1第一张系统盘放入到光驱;在终端登录p5host:1、Console登录界面WelcomeMachinetype-model:9131-52ASerialnumber:10367FGDate:1970-1-1Time:6:22:04ServiceProcessor:PrimaryUserID:adminPassword:*****Numb..
分类:
其他好文 时间:
2016-03-01 19:15:40
阅读次数:
638
没壳直接拖一开始 字符长度不对。 所以 输入都超过5 就没什么问题了发现下面的跳转都是跳到eorr的那不跳的条件呢看来他们必须要相等。单步跟踪就会发现eax指向的是我们的Serial强暴是很简单的 改跳转就好只要我们让输入的字符串的ASCII表示为0x36,0x32,0x38,0x37,0x2D,0...
分类:
其他好文 时间:
2016-02-29 22:57:16
阅读次数:
291
/** *创建一个队列(串行) **/ dispatch_queue_t queue1 = dispatch_queue_create("queue1", DISPATCH_QUEUE_SERIAL); /** *添加代码块 执行线程的路径 **/ dispatch_async(queue1, ^{
分类:
移动开发 时间:
2016-02-29 10:46:34
阅读次数:
135
查看锁表进程SQL语句1: select sess.sid, sess.serial#, lo.oracle_username, lo.os_user_name, ao.object_name, lo.locked_mode from v$locked_object lo, dba_objects
分类:
数据库 时间:
2016-02-28 23:00:19
阅读次数:
191
(一)引入问题 当并行执行的处理更新数据时,会产生数据不一致的情况,有时应用程序还会异常结束,虽然使用Serial Dipatch queue和dispatch_barrier_async函数可避免这类问题,但有必要进行更加细腻的排他控制 1 /*! 2 * @brief 不考虑顺序,将所有数据添加
分类:
其他好文 时间:
2016-02-27 18:04:36
阅读次数:
3511
# coding:utf-8import time,serialser = serial.Serial('COM3', 57600, timeout=10,parity=serial.PARITY_EVEN, rtscts=1)i = 0now = time.time()print(ser.inWa
分类:
其他好文 时间:
2016-02-23 14:38:15
阅读次数:
230
# CROSS_COMPILE = arm-linux-CC = $(CROSS_COMPILE)gccINC=-I../ -I.LIB=-lpthread -lcryptoCC_FLAG= -std=gnu99 -WallOBJ=tcp.o serial.o wifi.o encrypt.o st
分类:
其他好文 时间:
2016-02-19 14:23:47
阅读次数:
146
1,GCD的Concurrent、Serial queues Concurrent queues (also known as a type of global dispatch queue) execute one or more tasks concurrently, but tasks are
分类:
移动开发 时间:
2016-02-19 14:04:41
阅读次数:
154
硬件是STM32: 软件开发环境是VS2012 通讯方式:SERIAL PC界面主要是曲线绘制以及数据库的操作 上传部分多线程代码 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4
分类:
数据库 时间:
2016-02-11 15:44:41
阅读次数:
484
PCI(Peripheral Component Interconnect) USB(Universal Serial Bus) AGP(Accelerated Graphic Ports) PCI EXPRESS RAID(Redundant Arrays of Independent Disks
分类:
其他好文 时间:
2016-02-07 13:33:27
阅读次数:
156