- 博客(8)
- 收藏
- 关注
原创 java web后端基本搭建
本文将记录自己在java web项目上的搭建经验。java web选择使用的是spring mvc+spring+mybatis+mysql,其中持久层使用mybatis generator自动生成,与前端数据交互使用json。下载链接本文将记录在搭建这个项目过程中遇到的一些难点。spring mvc+spring+mybatis+mysql问题倒不是很大,关键在于mybati
2015-12-12 09:44:29 746
原创 运维 阿里云ubuntu ftp安装
鉴于阿里云ubuntu ftp安装教程写的不是很明了,特此记录。按照这篇百度经验上来做的,http://jingyan.baidu.com/article/67508eb4d6c4fd9ccb1ce470.html文章中的作者写的非常详细,当前场景是在阿里云下,所以要进行一些修改,部分操作不能使用gedit,而应该使用vim。搭建好之后发现每次似乎开机自
2015-12-02 17:09:57 328
原创 leetcode_java_Longest Substring Without Repeating Characters
问题描述:Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length i
2015-11-27 16:16:06 261
原创 leetcode_java_adddigits
题目如下:Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.For example:Given num = 38, the process is like: 3 + 8 = 11, 1 + 1 = 2. Since
2015-11-25 22:07:52 322
原创 第三方sdk接入
本文接入将记录自己在接入下面几个第三方sdk的经验:1、百度地图2、openIm3、ping++4、友盟统计5、mob第三方登录分享6、个推
2015-11-25 20:15:12 500
原创 leetcode_java_nim game
问题如下:You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 stones. The one who removes the last stone wi
2015-11-25 14:57:29 281
原创 leetcode_java_twosum
问题:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbers such that they add up to the ta
2015-11-25 13:27:20 225
原创 Android快速开发框架_让前端更专注于前端
转载请注明链接:android快速开发框架android开发效率一直是诟病,从自身的过往的开发经验中感受是是:一方面入门成本较大,调研成本高;另一方面是技术架构上没有后端及网页前端的成熟,导致很多开发者在项目中做了许多重复性的工作。该项目是以过去经验总结出来的一个快速开发框架,架构上业务与逻辑相互分离。从而将actvitiy从繁重的任务中解放出来,让前端更专注于前端。1:MVP android开发
2015-11-22 14:46:00 3875
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人