inferjay.com inferjay.com

inferjay.com

脉脉不得语的技术博客

教程 如何检测一个APP:从解密到批量获取他人信息 在挖掘Android App的web端漏洞时,遇到一些看起来安全性做的比较好的应用会对http请求也会加密,这篇文章作者就提供了一个不错的基本的解决思路:反编译获取加密方式-》解密 -》添加logcat直接输出加密的内容。 …

http://www.inferjay.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR INFERJAY.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 8 reviews
5 star
6
4 star
0
3 star
1
2 star
0
1 star
1

Hey there! Start your review of inferjay.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • inferjay.com

    16x16

  • inferjay.com

    32x32

  • inferjay.com

    64x64

  • inferjay.com

    128x128

CONTACTS AT INFERJAY.COM

HUICHAO ZHANG

zhejiang●●●●●●●●gzhoushi

han●●●hou , zhejiang, 310000

China

621●●●199
an●●●●●●●●●@gmail.com

View this contact

HUICCHAO ZHANG

zhejiang●●●●●●●●gzhoushi

han●●●hou , zhejiang, 310000

China

621●●●199
an●●●●●●●●●@gmail.com

View this contact

HUICHAO ZHANG

zhejiang●●●●●●●●gzhoushi

han●●●hou , 310000

China

621●●●199
an●●●●●●●●●@gmail.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2013 March 12
UPDATED
2013 March 25
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 11

    YEARS

  • 2

    MONTHS

  • 23

    DAYS

NAME SERVERS

1
f1g1ns1.dnspod.net
2
f1g1ns2.dnspod.net

REGISTRAR

GODADDY.COM, LLC

GODADDY.COM, LLC

WHOIS : whois.godaddy.com

REFERRED : http://registrar.godaddy.com

CONTENT

SCORE

6.2

PAGE TITLE
脉脉不得语的技术博客 | inferjay.com Reviews
<META>
DESCRIPTION
教程 如何检测一个APP:从解密到批量获取他人信息 在挖掘Android App的web端漏洞时,遇到一些看起来安全性做的比较好的应用会对http请求也会加密,这篇文章作者就提供了一个不错的基本的解决思路:反编译获取加密方式-》解密 -》添加logcat直接输出加密的内容。 …
<META>
KEYWORDS
1 脉脉不得语的技术博客
2 心无所恃,随遇而安
3 blog
4 archives
5 jan 1 st
6 more →
7 但是为你的应用定义一个架构是很重要的
8 不管你喜不喜欢, 每一个应用都应该有一个架构
9 today clean architecture
10 当前的趋势是适应 clean architecture
CONTENT
Page content here
KEYWORDS ON
PAGE
脉脉不得语的技术博客,心无所恃,随遇而安,blog,archives,jan 1 st,more →,但是为你的应用定义一个架构是很重要的,不管你喜不喜欢, 每一个应用都应该有一个架构,today clean architecture,当前的趋势是适应 clean architecture,在2012年bob大叔为web应用提出的建议,典型的移动应用相比 web 应用活的更短,contents,introduction,requirements,ndk integration,samples,友情链接
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

脉脉不得语的技术博客 | inferjay.com Reviews

https://inferjay.com

教程 如何检测一个APP:从解密到批量获取他人信息 在挖掘Android App的web端漏洞时,遇到一些看起来安全性做的比较好的应用会对http请求也会加密,这篇文章作者就提供了一个不错的基本的解决思路:反编译获取加密方式-》解密 -》添加logcat直接输出加密的内容。 …

INTERNAL PAGES

inferjay.com inferjay.com
1

Android开发技术周报 Issue#16 - 脉脉不得语的技术博客

http://www.inferjay.com/blog/2015/01/19/android-dev-weekly-issue-16

在Android中,ListView是最常用的一个控件,在做UI设计的时候,很多人希望能够改变一下它的背景,使他能够符合整体的UI设计,改变背景很简单只需要准备一张图片,然后指定属性 android:background= @drawable/bg ,不过不要高兴地太早,当你这么做以后,发现背景是变了,但是当你拖动,或者点击 list空白位置的时候发现ListItem都变成黑色的了,破坏了整体效果,这是为什么呢. Android Studio 1.1 Preview 1. 版权声明 欢迎自由转载-非商用-非衍生-保持署名 Creative Commons BY-NC-ND 3.0. Laquo; Android开发技术周报 Issue#15. Android开发技术周报 Issue#17 ». I am a Android Developer. OnDestroy 2015, OnStart 2016! Flux Architecture on Android. Gradle Experimental Plugin User Guide.

2

Android开发技术周报 Issue#21 - 脉脉不得语的技术博客

http://www.inferjay.com/blog/2015/03/02/android-dev-weekly-issue-21

Android的webview api中有开放过一个addJavaScriptInterface函数,这个函数的作用是在页面的Window中注入一个JS对象,如果你的应用中使用了这个api,建议先看一下国内安全领域第一人黑哥的这篇文章 android webview 漏洞背后的节操. 相信大家使用多点对图片进行缩放,平移的操作很熟悉了,大部分大图的浏览都具有此功能,有些app还可以对图片进行旋转操作,QQ的大图浏览就可以对图片进行旋转操作,大家都知道对图片进行缩放,平移,旋转等操作可以使用Matrix来实现,Matrix就是一个3X3的矩阵,对图片的处理可分为四个基础变换操作,Translate(平移变换)、Rotate(旋转变换 、Scale (缩放变换)、Skew 错切变换 . Best practices in Android development,整理了一些不错的Android实践。 小而美的MaterialImageView,圆角,阴影,抗锯齿。 Android Studio 1.1. Improved unit testing support! See New Build System.

3

Android开发技术周报 Issue#22 - 脉脉不得语的技术博客

http://www.inferjay.com/blog/2015/03/09/android-dev-weekly-issue-22

在挖掘Android App的web端漏洞时,遇到一些看起来安全性做的比较好的应用会对http请求也会加密,这篇文章作者就提供了一个不错的基本的解决思路 反编译获取加密方式- 解密 - 添加logcat直接输出加密的内容。 从事Android工作4年以来,只有前1年不到的时间是用C 在开发东西 主要是开发DLNA组件,目前我已将它们全部开源,参考http:/ blog.csdn.net/innost/article/details/40216763 ,后面的工作几乎都在用Java。 自以为Java相关的东西都见过了,可前段时间有个朋友给我花了1个多小时讲解他们某套系统的安全体系结构,其中涉及到很多专业术语,比如Message Digest 消息摘要 、Digital Signature 数字签名 、KeyStore 恕我不知道翻译成什么好,还是用英文原称吧 、CA Certificate Authority 等。 介绍几个support library 19.1中的注解:1. IntDef and StringDef annotations. Guava 是 Java 开发者的好朋友。 Laquo; A...

4

脉脉不得语的技术博客

http://www.inferjay.com/blog/page/2

Android 接口定义语言 AIDL Android Interface Definition Language 与其他已有的 IDL 很类似。 实现组装的代码非常枯燥无趣,因此 Android 通过 AIDL 可有助于完成这一过程。 官网网址是 http:/ proguard.sourceforge.net/. Material Design in Action 猿题库. 猿题库很早之前就发布了 Android 版本的客户端,但猿题库的联合创始人,郭常圳 先生,并不认同 Android Design 或者现在的 Material Design ,而且认为应用程序的设计规范,应当由开发商来规定。 然而当我试用猿题库的时候发现,这个应用对其进行 Material Design 的适配,其实并不困难。 这一题为 准备模块化 的提案就指出,在Jigsaw项目中为模块化系统开发的代码不会集成到JDK 8中。 Android5.0让位,Android 6.0曝光这是神马情况. Android 5.0刚和我们见面没多久,下一代操作系统Android 6.0就曝光了。 Http:/ dl.google&#4...

5

Android开发技术周报 Issue#15 - 脉脉不得语的技术博客

http://www.inferjay.com/blog/2015/01/12/android-dev-weekly-issue-15

Android 接口定义语言 AIDL Android Interface Definition Language 与其他已有的 IDL 很类似。 实现组装的代码非常枯燥无趣,因此 Android 通过 AIDL 可有助于完成这一过程。 官网网址是 http:/ proguard.sourceforge.net/. 文中进行比较的算有 JDK GZIP、JDK deflate、LZ4压缩算法的Java实现和Snappy。 在 Android软件安全开发实践 上 中我们讨论了数据存储、网络通信、密码和认证策略等安全问题和解决方案,本期将继续从组件间通信、数据验证和保全保护等方面来实践Android软件安全开发之路。 一个Android图片剪裁库,特性:1.支持通过手势移动和缩放剪裁窗口, 2支持固定剪裁窗口大小、固定窗口的长宽比率, 3.支持设置最大的窗口长和宽, 4.支持剪裁图片的旋转。 BusWear是一个简单的支持Android Wear设备的EventBus 事件总线 库。 仅需要一行代码就可获得异步的事件总线 synchronized event buses 在Wear和移动平台之间。

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

mouxuejie.com mouxuejie.com

AndroidShareGroup技术周报(第二期) - 某学姐

http://mouxuejie.com/blog/2016-08-12/AndroidShareGroup-weekly-02

Android Female Developer,Technology Fan,Reader。 Https:/ zhuanlan.zhihu.com/p/21918727. 2精通 Android Data Binding. Data Binding 解决了 Android UI 编程的一个痛点,官方原生支持 MVVM 模型可以让我们在不改变既有代码框架的前提下,非常容易地使用这些新特性。 Data Binding 框架如果能够推广开来,也许 RoboGuice、ButterKnife 这样的依赖注入框架会慢慢失去市场,因为在 Java 代码中直接使用 View 变量的情况会越来越少。 Http:/ www.peise.net/. Http:/ poi.apache.org/. Orgapache.poi.hwpf.extractor.WordExtractor. Out of the box zooming, using multi-touch and double-tap. Scrolling, with smooth scrolling fling. 2 http:/ imxie.cc/.

mouxuejie.com mouxuejie.com

Tags - 某学姐

http://mouxuejie.com/tags

Android Female Developer,Technology Fan,Reader。 Jcenter vs. mavenCentral. Licensed by Creative Commons BY-NC-ND 4.0 International License.

mouxuejie.com mouxuejie.com

Android打包系列——多渠道打包及签名 - 某学姐

http://mouxuejie.com/blog/2016-08-06/build-and-multichannel-package-practice

Android Female Developer,Technology Fan,Reader。 VERSION NAME=1.0.0 VERSION CODE=1 COMPILE SDK VERSION=23 BUILD TOOLS VERSION=23.0.1 TARGET SDK VERSION=23 MIN SDK VERSION=14 KEY ALIAS=mouxuejie KEY PASSWORD=* * * STORE FILE=/Users/wangxinghe/Works/Github Mine/com.mouxuejie.jks STORE PASSWORD=* * *. 打开Android Studio,点击Build - Generate Signed APK - Create new,弹出New Key Store窗口。 Keytool -genkey -v -keystore com.mouxuejie.jks -alias mouxuejie -keyalg RSA -keysize 2048 -validity 10000. Laquo; Android打包系列 打包流程梳理.

mouxuejie.com mouxuejie.com

某学姐

http://mouxuejie.com/page2

Android Female Developer,Technology Fan,Reader。 Read on →. Read on →. Read on →. Read on →. Read on →. Read on →. Read on →. Override protected void attachBaseContext(Context base) { super.attachBaseContext(base); MultiDex.install(this); }. Read on →. Read on →. Read on →. Licensed by Creative Commons BY-NC-ND 4.0 International License.

mouxuejie.com mouxuejie.com

Android打包系列——自动化构建 - 某学姐

http://mouxuejie.com/blog/2016-08-07/app-automatic-build

Android Female Developer,Technology Fan,Reader。 Laquo; Android打包系列 多渠道快速打包. Licensed by Creative Commons BY-NC-ND 4.0 International License.

androidweekly.cn androidweekly.cn

Android开发技术周报 Issue#42

http://www.androidweekly.cn/android-dev-weekly-issue42

八月 03, 2015. Lolipop源码已经放出有些日子了,我发现google在Android 5.0上修复了一个高危漏洞,利用该漏洞可以发送任意广播 不仅可以发送系统保护级别的广播、还可以无视receiver的android:exported=false、android:permisson=XXX 属性的限制。 本周堪称是安卓设备的 黑色周 ,几天前刚被爆出 Stagefight媒体库上存在胜似 心脏滴血 的高危漏洞. Maven依赖规则使得我们可以指定想要获取的ABI 不同的CPU架构 的类型以及函数库的格式 我们的是.so格式。 首先介绍一下什么是EXIF,EXIF是 Exchangeable Image File 的缩写,这是一种专门为数码相机照片设定的格式。 Android中可以通过颜色矩阵 ColorMatrix类 方面的操作颜色,颜色矩阵是一个5x4 的矩阵。 一个 Material 风格的 Code 输入框。 一个包含1000多个 Material 风格图标的库,可以很容易的通过 Drawable 或者 单独的View来使用这些图标。 Magic Mirror for Sketch 3.

androidweekly.cn androidweekly.cn

Android开发技术周报 Issue#43

http://www.androidweekly.cn/android-dev-weekly-issue43

八月 10, 2015. Gradle User Guide内容很多,但有点太多了,多的你看不完,Gradle Plugin User Guide一篇文章主要讲了Android相关的配置,看完可能感觉马马虎虎会用,但到了修改一些构建流程的时候还是不知所措。 那么Context到底是什么 Context又是怎么来实现以上功能的 在什么场景下使用不同的Context 一个APP中总共有多少个Context 这篇博客将从源码角度带你分析Android Context到底是个啥。 Android系统提供了很多丰富的API去实现UI的2D与3D动画,最主要的划分可以分为如下几类 View Animation 视图动画在古老的Android版本系统中就已经提供了,只能被用来设置View的动画。 Drawable Animation 这种动画 也叫Frame动画、帧动画 其实可以划分到视图动画的类别,专门用来一个一个的显示Drawable的resources,就像放幻灯片一样。 Android 中的 AOP 编程. 包名是设备上每个应用程序的唯一标识,同样也是 Google Play 商店里的唯一标识。 模块基本开发...

mouxuejie.com mouxuejie.com

AndroidShareGroup技术周报(第五期) - 某学姐

http://mouxuejie.com/blog/2016-09-03/AndroidShareGroup-weekly-05

Android Female Developer,Technology Fan,Reader。 Http:/ www.jianshu.com/p/423b77c15af3. QUIC,名称来自快速UDP网络连接 英语 Quick UDP Internet Connections 的缩写,一种实验性的传输层网络传输协议,由Google公司开发,在2013年实现出来。 Https:/ www.chromium.org/quic. Https:/ zh.wikipedia.org/wiki/QUIC. Https:/ rubensousa.github.io/2016/08/viewpagercards. Http:/ www.wangyuwei.me/2016/08/29/%E6%89%8B%E6%91%B8%E6%89%8B%E6%95%99%E4%BD%A0%E5%AE%9E%E7%8E%B0%E7%AE%80%E5%8D%95%E7%B2%92%E5%AD%90%E5%8A%A8%E7%94%BB/. 12UCDetector: Unnecessary Code Detector.

UPGRADE TO PREMIUM TO VIEW 36 MORE

TOTAL LINKS TO THIS WEBSITE

44

SOCIAL ENGAGEMENT



OTHER SITES

inferix.biz inferix.biz

Welcome to your new website

Domain names for less with UK2. Claim your web identity. Has been registered by a customer of UK2. Claim your web identity. With hundreds of domain name extensions to choose from, we're sure you'll find the right web address to house your website. Click here to view. The grass really is greener with UK2, which is why we’ve made it easy to transfer your website address or domain name to us from other companies. Click here to view. Click here to view. Click here to view. Not got time to build a website?

inferix.com inferix.com

The Inferix Project: Inferix AI & Sentience Systems (Cyber-AI) & Sentient AI Research

The Inferix Project Inferix Sentient AI. Creating Self-Aware Self-Acting Artificial Intelligence . . . The Inferix Project is a closed company group Sentient-AI project based in Cheltenham UK. Inferix Sentient-AI founded on Inferix-MTR ultrafast digital or analogue AI-language and MTR-Module Protocol. Project commenced 1968 based on minimum-entropy maximum-intelligence digital or analogue state-space AI. Sales: UK 01242 300900. Registered Trade Marks and tm. Inferix Model Reference Predictor.

inferix.info inferix.info

Welcome to your new website

Domain names for less with UK2. Claim your web identity. Has been registered by a customer of UK2. Claim your web identity. With hundreds of domain name extensions to choose from, we're sure you'll find the right web address to house your website. Click here to view. The grass really is greener with UK2, which is why we’ve made it easy to transfer your website address or domain name to us from other companies. Click here to view. Click here to view. Click here to view. Not got time to build a website?

inferix.net inferix.net

Welcome to your new website

Domain names for less with UK2. Claim your web identity. Has been registered by a customer of UK2. Claim your web identity. With hundreds of domain name extensions to choose from, we're sure you'll find the right web address to house your website. Click here to view. The grass really is greener with UK2, which is why we’ve made it easy to transfer your website address or domain name to us from other companies. Click here to view. Click here to view. Click here to view. Not got time to build a website?

inferix.org inferix.org

Welcome to your new website

Domain names for less with UK2. Claim your web identity. Has been registered by a customer of UK2. Claim your web identity. With hundreds of domain name extensions to choose from, we're sure you'll find the right web address to house your website. Click here to view. The grass really is greener with UK2, which is why we’ve made it easy to transfer your website address or domain name to us from other companies. Click here to view. Click here to view. Click here to view. Not got time to build a website?

inferjay.com inferjay.com

脉脉不得语的技术博客

OnDestroy 2015, OnStart 2016! Flux Architecture on Android. 找到一个好的 Android Application 架构并非易事。 Finding a good architecture for Android applications is not easy. Google seems to not care much about it, so there is no official recommendation on patterns beyond Activities lifecycle management. So you’d better be the one defining it than let it just emerge. But defining an architecture for your application is important. Like it or not, every application is going to have an architecture. Note that this is plu...

inferkhalid.wordpress.com inferkhalid.wordpress.com

Stardust | Reflections on Life, Love & Wisdom

Reflections on Life, Love and Wisdom. November 10, 2017. I hitched a ride on a bus. You see I don’t really trust. Those who say they’ve been. November 9, 2017. November 9, 2017. When everything I touch. And everything you touch. Perhaps you should win. How Dare You Tell Me Not To Speak? February 19, 2017. February 19, 2017. To Crumbling under cramps but sitting up straight on chairs in class rooms. Hush! No one must know you are on your period! My only question: Why? July 5, 2016. August 13, 2016. And ti...

inferknow.org inferknow.org

Inferknow.org

This domain may be for sale. Backorder this Domain. This Domain Name Has Expired - Renewal Instructions.

inferlab.org inferlab.org

INFER Lab

In this research project, we explore the problem of accurate energy estimation for multi-state appliances through automated learning of appliance models, as it applies to supervised Non Intrusive Load Monitoring. Due to their many favorable characteristics, guided-waves have been widely considered for nondestructive evaluation (NDE) of pipelines in different applications. However, in spite of their advantages, real-world application of guided-waves…. Ultrasonic NDE of Pipelines. What are we working on?

inferlan.com inferlan.com

InferLAN

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More.

inferli.com inferli.com

Inferli.com