码迷,mamicode.com
首页 >  
搜索关键字:data    ( 62430个结果
android 手机去哪儿7.2版本客户端 账号存储信息分析
1.data/data/com.qunar sharepref 文件夹下的Qunarperferences.xml文件中 username,phone等均为加密处理过字段2.jdgui下查找关键字_phone的函数3.分析读取sharepref函数及java层加密函数以及调用native 函数。4....
分类:移动开发   时间:2014-07-16 17:49:34    阅读次数:232
InnoDB 与 MyISAM 区别
一。索引 1. InnoDB的数据文件本身就是索引文件。MyISAM索引文件和数据文件是分离的,索引文件仅保存数据记录的地址。而在InnoDB中,表数据文件本身就是按B+Tree组织的一个索引结构,这棵树的叶节点data域保存了完整的数据记录。这个索引的key是数据表的主键,因此InnoDB表数据....
分类:数据库   时间:2014-07-16 17:41:08    阅读次数:289
ORA-01146: cannot start online backup - file 1 is already in backup ORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF'
问题:Error: [1146] ORA-01146: cannot start online backup - file 1 is already in backupORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF'以上问题...
分类:数据库   时间:2014-07-16 17:37:05    阅读次数:398
java jdbc连接mysql
JDBC(Java Data Base Connectivity,java数据库连接)是一种用于执行SQL语句的Java API,可以为多种关系数据库提供统一访问,它由一组用Java语言编写的类和接口组成。JDBC为数据库开发人员提供了一个标准的API,使数据库开发人员能够用纯 Java API 编...
分类:数据库   时间:2014-07-16 17:27:48    阅读次数:332
C++Builder 中使用 __int64 整数的问题
程序中用到一个大整数。存储在 MySQL 数据库那边用了 bigint 类型,程序运算过程中就有了点麻烦。integer用不了,只能用 __int64 这个数据类型。麻烦一,从数据表取数据。以前在数据表取回整形数据时用的都是Query->FieldByName("data")->AsInteger这...
分类:编程语言   时间:2014-07-16 15:35:52    阅读次数:230
DataGridView实现分页
using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-07-16 15:28:32    阅读次数:276
Chrome 的滚动条修改.
该方法针对于win下Chrome任何版本(未测试基于Chrome内核的其他浏览器),Lunix就是目录换了一下目录是:**\Google\Chrome\User Data\Profile 2\User StyleSheets目录可能会变...但是最后肯定是StyleSheets.文件肯定是下面的这个...
分类:其他好文   时间:2014-07-16 15:13:10    阅读次数:261
jQuery Ajax 实例 ($.ajax、$.post、$.get)
本文转自:http://jun1986.iteye.com/blog/1399242 感谢他的分享$.post、$.get是一些简单的方法,如果要处理复杂的逻辑,还是需要用到jQuery.ajax()一、$.ajax的一般格式$.ajax({ type: 'POST', url:url, data:...
分类:Web程序   时间:2014-07-16 15:04:48    阅读次数:249
Socket异步存储示例
异步客户端存储示例:using System;using System.Net;using System.Net.Sockets;using System.Threading;using System.Text;// State object for receiving data from remo...
分类:其他好文   时间:2014-07-16 12:25:32    阅读次数:375
FatMouse's Speed
Problem Description FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of mice and put as large a subset of this data as p...
分类:其他好文   时间:2014-07-16 08:00:45    阅读次数:347
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!