知否?
代码时代
我们生活在一个代码的时代,万物抽象皆为代码...
展开
-
Cling基础教程 - 用户手册(入门)
Cling基础教程 - 用户手册version:1.0原文链接:http://4thline.org/projects/cling/support/manual/cling-support-manual.xhtml#chapter.MediaServer1. 使用互联网网关设备一个互联网网关设备可以将本地局域网连接到广域网上去,并且通过Upnp服务来监视和配置局域网和广域网的接口。通常...翻译 2019-06-06 17:20:19 · 4054 阅读 · 2 评论 -
Android实现局域网组播
package com.example.jinchao.dimenstest;import android.app.Activity;import android.os.Bundle;import android.os.Handler;import android.os.HandlerThread;import android.util.Log;import android.vie...原创 2019-06-05 15:46:18 · 1168 阅读 · 0 评论 -
HIDL SIMPLE
原文:https://devarea.com/android-hidl-and-project-treble/#.XLgyn7Ejw4AOne of the problems in Android is the fact that when a new version is released only a few devices can be updated. Actually, if you...转载 2019-04-18 15:25:40 · 677 阅读 · 0 评论 -
Heavy_weight Process
/** * Value for {@link #privateFlags}: set to <code>true</code> if the application * has reported that it is heavy-weight, and thus can not participate in * the normal ...翻译 2019-04-10 11:21:12 · 633 阅读 · 0 评论 -
KeyguardSecurityViewFlipper
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...翻译 2018-08-26 22:06:33 · 350 阅读 · 0 评论 -
CTS延伸--主用户和被管理用户(Managed Profile)
CTS延伸--主用户和被管理用户(Managed Profile)0.起因在进行CtsVerifier测试时,发现在手动验证"Cross profile intent filters are set"这一项时失败了。查看Log如下:10:46:45.111 10694 10694 E IntentFiltersTestHelper: Intent { act=android.intent.acti...转载 2018-04-21 16:39:33 · 3669 阅读 · 1 评论 -
NSDManager示例
package com.example.jinchao.dimenstest;import android.app.Activity;import android.content.Context;import android.net.nsd.NsdManager;import android.net.nsd.NsdServiceInfo;import android.os.Bundl...原创 2019-06-04 18:14:24 · 1225 阅读 · 0 评论