// // ViewController.swift // NavigationController // import UIKit import Foundation class ViewController: UIViewController,FontSizeChangDelegate { va ...
分类:
编程语言 时间:
2017-07-28 14:07:41
阅读次数:
172
原创性申明 本文地址 http://blog.csdn.net/zhujunxxxxx/article/details/38931287 转载的话请注明出处。 之前我也写过一篇使用python来实现的一个版本号 点击打开链接 前言 如今我用c#语言改写过后也放出源代码来让大家学习,希望大家喜欢,不懂 ...
listpost1 [{"title":"post1","content":"post1"}, {"title":"post1","content":"post1"}]listpost2 NewPost{title='post1', content='post1'}jsonString [{"con ...
分类:
编程语言 时间:
2017-07-26 10:39:18
阅读次数:
134
一.Spring 概述 1. 什么是spring? Spring 是个java企业级应用的开源开发框架。Spring主要用来开发Java应用,但是有些扩展是针对构建J2EE平台的web应用。Spring 框架目标是简化Java企业级应用开发,并通过POJO为基础的编程模型促进良好的编程习惯。 2. ...
分类:
编程语言 时间:
2017-07-25 19:46:29
阅读次数:
154
一、项目结构 一个学生类。当中学生类中能够包括Course类对象 使用Maven管理项目的能够加入fastjson的坐标: <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1 ...
分类:
Web程序 时间:
2017-07-24 22:25:50
阅读次数:
234
转载http://www.cnblogs.com/kunyuanjushi/p/5205639.html 安装i386库 sudo apt-get install libc6:i386 libgcc1:i386 libasound2:i386 libexpat1:i386 libfontconfig ...
分类:
其他好文 时间:
2017-07-24 19:41:35
阅读次数:
200
学习单词 Component 基本注解Respository 标识持久层组件Service 标识业务层组件Controller 标识表现层组件 依赖注入三种方式Autowired ResouceInject handler 操作者invoke 调用invocation 调用(名词)invocatio ...
分类:
其他好文 时间:
2017-07-23 22:38:24
阅读次数:
238
/* * Copyright (c) 2001 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associ... ...
分类:
其他好文 时间:
2017-07-22 16:44:48
阅读次数:
164
工厂模式: 1.例如:我们需要生产一些螺丝吧,我们不需要自己去生产,专门找生产工厂帮我们生产就可以了。这个工厂模式就比如现在的这个工厂,我给他一个东西,工厂就可以为我们提供产品 2.客户类和工厂类分开。消费者任何时候需要某种产品,只需向工厂请求即可。消费者无须修改就可以接纳新产品。缺点是当产品修改时 ...
分类:
其他好文 时间:
2017-07-22 11:04:58
阅读次数:
130