zoukankan      html  css  js  c++  java
  • Mobile开发搜集整理的资料

         
          Mobile开发也有好几个项目了,期间从互联网上整理很多Mobile开发资料,为了方便更多的人节省搜集时间,现将部分搜集而来Mobile开发资料整理成一个项目,方便自己,也方便同仁们学习查阅!

    using System;
    using System.Collections.Generic;
    using System.Text;
    using System.Runtime.InteropServices;
    using System.Reflection;
    using System.Windows.Forms;
    using Application.Framework.Win32;
    using System.ComponentModel;
    using System.Security.Cryptography;
    using System.IO;
    using Microsoft.Win32;

    namespace Application.Framework.GetPDADetail
    {
        
    public class PDAOperate
        
    {
            
    ---获取UUID号码---

            
    ---MD5加密---

            
    ---设置开机画面---

            
    ---屏蔽Dll弹出(安全性)---

            
    ---获取PDA版本型号,例如E616---

            
    ---重新启动PDA---

            
    --一定时间内重新启动应用程序---

            
    ---操作模式触发应用程序运行---

            
    ---关闭电源操作---

            
    ---获取蓝牙状态(PowerOff,Connectable,Discoverable)---

            
    ---设置蓝牙状态(PowerOff,Connectable,Discoverable)------

            
    ---隐藏窗体OK按钮------

            
    ---隐藏窗体X按钮------

            
    ---播放WMA文件(第一种方法)------

            
    ---播放WMA文件(第二种方法)------

            
    ---设置系统时间------

            
    ---获取设备ID------

            
    ---输入面板显示------

            
    ---输入面板隐藏------

            
    ----读注册表GetOwner获取手机用户名----

        }

    }


    Mobile开发项目资料:https://files.cnblogs.com/xiaobaigang/Application.Framework.rar
  • 相关阅读:
    [GL]行星运行1
    一个图的带权邻接表存储结构的应用
    [GDAL]3.影像金字塔构建
    [GDAL]1.GDAL1.8.1编译与第一个程序
    [GDAL]2.读取栅格和矢量数据
    C#迭代器
    GoogleEarth缓存机制探索
    AE开发三维的不足!
    [GDAL]4.影像的读取和显示
    [STL学习]1.概述
  • 原文地址:https://www.cnblogs.com/xiaobaigang/p/1575529.html
Copyright © 2011-2022 走看看