随笔分类 -  Dev

摘要:EBOOKS-DEV https://www.aliyundrive.com/s/hvXCw6eTMJS 提取码: sp19 打开「阿里云盘」APP /PC端 下载浏览 阅读全文
posted @ 2022-10-31 08:26 glaivelee 阅读(234) 评论(0) 推荐(0)
摘要:大多数人 在 设置SFTP 使用时,会在 ../sshd_config中添加如下内容: Subsystem sftp internal-sftpMatch Group sftpChrootDirectory /dataForceCommand internal-sftpAllowTcpForward 阅读全文
posted @ 2017-02-07 17:04 glaivelee 阅读(20821) 评论(0) 推荐(0)
摘要:apache HTTP Server--------Web服务器(多用于静态网页,有负载均衡效果,可承受每天数百万人访问)。apache Abdera>>>>>>>>>>>>>发布协议构件---孵化阶段。apache Accumulo-----------基于Hadoop、Zookeeper和Thr... 阅读全文
posted @ 2015-05-14 20:36 glaivelee 阅读(4069) 评论(0) 推荐(2)
摘要:ZXinghttp://code.google.com/p/zxing/条形码、二维码K-9 Mailhttp://code.google.com/p/k9mail/邮件客户端Sipdroidhttp://code.google.com/p/sipdroid/SIP/VoIP 客户端Openintentshttp://code.google.com/p/openintents/提供了大量的应用程序,使用intent,简化开发Libgdxhttp://code.google.com/p/libgdx/游戏开发框架opensudoku-androidhttp://code.google.com/p 阅读全文
posted @ 2013-12-13 09:42 glaivelee 阅读(1961) 评论(0) 推荐(0)
摘要:/** *判断当前应用程序处于前台还是后台 * * @param context * @return */public static boolean isApplicationBroughtToBackground(final Context context) {ActivityManager am = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);List tasks = am.getRunningTasks(1);if (!tasks.isEmpty()) {ComponentName topAct 阅读全文
posted @ 2013-07-13 21:48 glaivelee 阅读(7695) 评论(0) 推荐(0)
摘要:‍Android为了简化设计并且兼容更多的手机屏幕,系统依照尺寸和分辨率对屏幕进行了区分 阅读全文
posted @ 2013-05-28 10:03 glaivelee 阅读(358) 评论(0) 推荐(0)