上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 156 下一页

2017年8月17日

B - Doubles(1.2.1)

摘要: 这道题可把我憋死了,哎!刚開始定义a【15】,执行错误,无语呀。!!!! Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Submit Status Description As part of an arit 阅读全文

posted @ 2017-08-17 09:44 wgwyanfs 阅读(228) 评论(0) 推荐(0)

oracle学习笔记 oracle软件安装和数据库的创建

摘要: oracle学习笔记 oracle软件安装和数据库的创建 ****** 一)oracle软件安装 上一课准备工作完毕,安装包准备好。进入安装。 首次安装要确保安装文件夹干净,否则在设置安装路径时会有 OUI-10030警告:您指定了非空文件夹来安装此产品 主要是上次安装未成功。造成有些文件夹下留下了 阅读全文

posted @ 2017-08-17 09:08 wgwyanfs 阅读(238) 评论(0) 推荐(0)

2017年8月16日

路由器逆向分析------MIPS系统网络的配置(QEMU)

摘要: 本文博客地址:http://blog.csdn.net/qq1084283172/article/details/69378333 MIPS系统网络的配置 使用QEMU 模拟正在执行的MIPS系统并配置MIPS系统网络。这样本地主机ubuntu系统就能够和QEMU虚拟机进行网络通讯和数据传输了。在进 阅读全文

posted @ 2017-08-16 21:55 wgwyanfs 阅读(581) 评论(0) 推荐(0)

关于CSS3的变形、过渡、动画、关联属性

摘要: 一、变形 transform:能够对元素对象进行旋转rotate、缩放scale、移动translate、倾斜skew、矩阵变形matrix。 演示样例: transform: rotate(90deg) scale(1.5,0.8) translate(100px,50px) skew(45deg 阅读全文

posted @ 2017-08-16 21:06 wgwyanfs 阅读(265) 评论(0) 推荐(0)

leetcode | Minimum Path Sum

摘要: Minimum Path Sum : https://leetcode.com/problems/minimum-path-sum/ Given a m x n grid filled with non-negative numbers, find a path from top left to b 阅读全文

posted @ 2017-08-16 19:52 wgwyanfs 阅读(103) 评论(0) 推荐(0)

需求管理之项目中怎样更好的控制客户需求

摘要: 凡是做过不止一个国内的项目的项目主管人员可能都经历过这样的场合:公司的销售人员兴冲冲的拿来一份与客户签订的合同交给你。声称这项目又搞定了,可是当你拿过来合同(或者任务托付书)一看,关于项目范围的说明仅仅有寥寥数行,要么是一些高举高打的套话。要么仅仅说项目都包括什么样的模块,而对详细的业务仅仅是一两句 阅读全文

posted @ 2017-08-16 19:06 wgwyanfs 阅读(228) 评论(0) 推荐(0)

对于Canvas和Bitmap的一点认识

摘要: 在Android关于Canvas的API描写叙述中,一開始就例如以下描写叙述: To draw something, you need 4 basic components: A Bitmap to hold the pixels, a Canvas to host the draw calls ( 阅读全文

posted @ 2017-08-16 17:58 wgwyanfs 阅读(370) 评论(0) 推荐(0)

Android之——AIDL小结

摘要: 转载请注明出处:http://blog.csdn.net/l1028386804/article/details/47071683 AIDL (Android Interface Definition Language )AIDL 适用于 进程间通信,而且与Service端多个线程并发的情况。假设仅 阅读全文

posted @ 2017-08-16 17:09 wgwyanfs 阅读(139) 评论(0) 推荐(0)

<html>

摘要: mysqldump是mysql用来逻辑备份的工具。以下简单的介绍下。 在数据库的备份的过程中,须要备份的包含,数据库本身的数据,二进制文件(用来进行数据库的即使点还原)。 备份開始: ①:在登陆mysql的过程中。会须要输入password,假设想要避免每次输入password的繁琐。能够在登陆用户 阅读全文

posted @ 2017-08-16 16:03 wgwyanfs 阅读(137) 评论(0) 推荐(0)

DesignPattern_Java:Abstract Factory Pattern

摘要: 抽象工厂模式 Abstract Factory Pattern Provide an interface for creating families of related or dependent objects without specifying their concrete classes. 阅读全文

posted @ 2017-08-16 15:08 wgwyanfs 阅读(110) 评论(0) 推荐(0)

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 156 下一页

导航