• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

cynchanpin

  • 博客园
  • 联系
  • 订阅
  • 管理
上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 149 下一页

2017年5月1日

codeforces559A--Gerald's Hexagon(计算几何)

摘要: A. Gerald's Hexagon time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Gerald got a very cu 阅读全文

posted @ 2017-05-01 15:14 cynchanpin 阅读(295) 评论(0) 推荐(0)

#27 Remove Element

摘要: 题目链接:https://leetcode.com/problems/remove-element/ Given an array and a value, remove all instances of that value in place and return the new length. 阅读全文

posted @ 2017-05-01 13:49 cynchanpin 阅读(128) 评论(0) 推荐(0)

代理Delegation

摘要: package com.ctl.test; class Person { private int id; private String name; public int getId() { return id; } public void setId(int id) { this.id = id; 阅读全文

posted @ 2017-05-01 12:18 cynchanpin 阅读(182) 评论(0) 推荐(0)

C# 下利用ICSharpCode.SharpZipLib.dll实现文件/目录压缩、解压缩

摘要: ICSharpCode.SharpZipLib.dll下载地址 1、压缩某个指定文件夹下日志,将日志压缩到CompressionDirectory文件夹中,并清除原来未压缩日志。 #region 压缩logs文件夹下日志 public static void CompresslogDic() { t 阅读全文

posted @ 2017-05-01 10:58 cynchanpin 阅读(2798) 评论(0) 推荐(2)

开源 java CMS - FreeCMS2.3会员我的留言

摘要: 原文地址:http://javaz.cn/site/javaz/site_study/info/2015/29631.html​ 项目地址:http://www.freeteam.cn/ 我的留言 从左側管理菜单点击我的留言进入。在这里能够查看当前登录会员的全部留言记录。 查看留言 点击留言标题能够 阅读全文

posted @ 2017-05-01 09:18 cynchanpin 阅读(141) 评论(0) 推荐(0)

2017年4月30日

怎样从server获取图片

摘要: 今天写了安卓程序与server通信。当中须要从server获取图片。本来以为下载流、处理文件流非常复杂。结果几句话就轻松搞定了。如今记在这里。 // (2014.5.1第一种方法)通过server返回的图片url,再次向server请求,加入动态新闻图片 // 读取Bitmap图片 try { Bi 阅读全文

posted @ 2017-04-30 21:56 cynchanpin 阅读(275) 评论(0) 推荐(0)

面经

摘要: 13/08/2014 第一个technical全职面 Java: Integer i = 10; incr(i); // Is i now 11? void incr(Integer val) { val ++; return; } int i = 10; incr(i); // Is i now 阅读全文

posted @ 2017-04-30 21:45 cynchanpin 阅读(134) 评论(0) 推荐(0)

cordova百度导航插件使用

摘要: org.ssgroup.sope.cordova.baiduNavi 插件已经开源至 https://github.com/shenshouer/org.ssgroup.sope.cordova.baiduNavi 安装 因为github限制了上传文件的大小,最大为100MB,而百度导航sdk中的一 阅读全文

posted @ 2017-04-30 20:50 cynchanpin 阅读(344) 评论(0) 推荐(0)

swift初探(供objective c开发人员參考)

摘要: 6月初的wwdc苹果推出了一门新的开发语言swift.系统10.9.3以上安装xcode6 beta版就可以体验swift。 苹果公司做了尽可能多的努力让这门语言迅速成为一个工业级的有用编程语言,而不是华而不实的花瓶。 通过xcode6查看文档,能够发现之前现存的接口都多了swift适配。举比例如以 阅读全文

posted @ 2017-04-30 19:44 cynchanpin 阅读(181) 评论(0) 推荐(0)

右击菜单简单实现

摘要: 前几天项目验收的时候,提出“右击菜单”的需求。那么右击菜单有什么优点呢?为什么要做成这样?我想用一句:“提高用户体验度”就能够解除大家的疑惑吧。这样用户就能够依据自己的喜好,是点击固定button还是右击,无论通过那个渠道都能够达到目的,这样才干得到用户的青睐。 那么接下来就让我先从一个小的demo 阅读全文

posted @ 2017-04-30 19:12 cynchanpin 阅读(479) 评论(0) 推荐(0)

上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 149 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3