E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Web-代码笔记
【
代码笔记
】钢琴小游戏
一,效果图。二,工程图。三,代码。RootViewController.h#import //加入头文件 #import @interfaceRootViewController:UIViewController { NSString*soundFile; } @end RootViewController.m#import"RootViewController.h"
Livia.Chen
·
2016-03-07 09:00
【
代码笔记
】钢琴小游戏
一,效果图。二,工程图。三,代码。RootViewController.h#import //加入头文件 #import @interfaceRootViewController:UIViewController { NSString*soundFile; } @end RootViewController.m#import"RootViewController.h"
Livia.Chen
·
2016-03-07 09:00
【
代码笔记
】钢琴小游戏
一,效果图。二,工程图。三,代码。RootViewController.h#import //加入头文件 #import @interfaceRootViewController:UIViewController{NSString*soundFile;}@end RootViewController.m#import"RootViewController.h" @interfaceRootV
fanqingtulv
·
2016-03-07 09:00
【
代码笔记
】Java基础:Java的方法和类
Java作为一种面向对象的语言,具备三大特性(面向对象的核心):封装性 继承性 多态性封装性:就是打包,所有东西都是打包好的。继承:子类可以继承父类文件名:Student.java1publicclassStudent{ 2publicStringname; 3publicintage; 4 5publicvoidstudy(){ 6System.out.println("学生学习"
时孚
·
2016-03-06 09:00
【
代码笔记
】Java基础:类的继承(构造器)
在Java中,创建对象的格式为:类名 对象名 =new 类名();如:1JFramejf=newJFrame(); 一个对象被创建出来时,经常要先做一些事这个对象才能正常使用,也可以说是准备工作,比如给这个对象赋些初始值,或者先运行一些别的方法。这时候就需要一个“构造器”用于:构造对象初始化属性这样,把那些在创建时要做的事写在构造方法里,每次创建就会被执行一遍。我们常见的一种Java格式:publ
时孚
·
2016-03-05 00:00
【
代码笔记
】改变文字输入框背景
一,效果图。二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController @end RootViewController.m-(void)viewDidLoad { [superviewDidLoad]; //Doanyadditionalsetupafterloadi
Livia.Chen
·
2016-03-04 09:00
【
代码笔记
】改变文字输入框背景
一,效果图。二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController @end RootViewController.m-(void)viewDidLoad{[superviewDidLoad];//Doanyadditionalsetupafterloadingtheview.//
fanqingtulv
·
2016-03-04 09:00
spring
代码笔记
ApplicationContext context = new ClassPathXmlApplicationContext("Beans.xml"); //BeanFactory 的子类 XmlBeanFactory factory = new XmlBeanFactory(new ClassPathResource("Beans.xml")); //ApplicationCo
900
·
2016-03-03 10:00
【
代码笔记
】浮动的云
一,效果图。二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController @end RootViewController.m#import"RootViewController.h" //加入头文件 #import"BGMovingComponent.h" @int
Livia.Chen
·
2016-03-03 09:00
【
代码笔记
】浮动的云
一,效果图。二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController@end RootViewController.m#import"RootViewController.h" //加入头文件 #import"BGMovingComponent.h" @interfaceRootV
fanqingtulv
·
2016-03-03 09:00
【
代码笔记
】自定义布局实现瀑布流
文件目录如下 动画效果图如下:1//ViewController文件 2 3#import"ViewController.h" 4#import"LYWaterFlowLayout.h" 5#import"LYWaterCell.h" 6#import"LYShopModel.h" 7 8@interfaceViewController() 9@property(nonatomi
一米王子
·
2016-03-03 00:00
【
代码笔记
】自定义布局实现瀑布流
文件目录如下 动画效果图如下:1//ViewController文件 2 3#import"ViewController.h" 4#import"LYWaterFlowLayout.h" 5#import"LYWaterCell.h" 6#import"LYShopModel.h" 7 8@interfaceViewController() 9@property(nonatomi
一米王子
·
2016-03-03 00:00
【
代码笔记
】手势解锁
动画实现解锁-文件目录效果图 ViewController.h文件//创建自定义的View,遵守协议,设置代理,实现代理方法1#import"LYPaintView.h" 2 3#import"ViewController.h" 4 5@interfaceViewController() 6 7@end 8 9@implementationViewController 10 1
一米王子
·
2016-03-02 22:00
【
代码笔记
】手势解锁
动画实现解锁-文件目录效果图 ViewController.h文件//创建自定义的View,遵守协议,设置代理,实现代理方法1#import"LYPaintView.h" 2 3#import"ViewController.h" 4 5@interfaceViewController() 6 7@end 8 9@implementationViewController 10 1
一米王子
·
2016-03-02 22:00
如何利用Axis2默认口令安全漏洞入侵WebService网站
默认口令安全弱点利用案例:航空安全之四川航空某系统漏洞导致Getshell(影响内网60多台主机安全\目测已被其他人渗透过)乐信通某服务器axis2服务存在弱口令可上传webshell(root权限)中国科学院网
Web
黑1刀
·
2016-03-02 18:59
webservice
axis2
信息安全
渗透测试
默认口令
【
代码笔记
】浮点数处理并去掉多余的0
一,代码。-(void)viewDidLoad { [superviewDidLoad]; //Doanyadditionalsetupafterloadingtheview. NSLog(@"--float-%@-",[selfstringDisposeWithFloat:9.000899990000]); } #pragma-mark-functions //浮点数处理并
Livia.Chen
·
2016-03-02 09:00
【
代码笔记
】浮点数处理并去掉多余的0
一,代码。-(void)viewDidLoad{[superviewDidLoad];//Doanyadditionalsetupafterloadingtheview. NSLog(@"--float-%@-",[selfstringDisposeWithFloat:9.000899990000]);}#pragma-mark-functions //浮点数处理并去掉多余的0 -(NSStrin
fanqingtulv
·
2016-03-02 09:00
[置顶] eclipse 设置默认编码为Utf-8 详细教程。
JSP最下面设置为UTF-8 Window->Preferences->General->Workspace 面板Textfileencoding选择UTF-8 Window->Preferences->
Web
qq_21376985
·
2016-03-01 16:00
【
代码笔记
】仿QQ空间,歌曲播放
一,效果图。二,工程图。三,代码。RootViewController.h#import #import @interfaceRootViewController:UIViewController { //存放歌曲数组 NSMutableArray*musicArray; //名字所在的label UILabel*musicNameLabel; //播放器 AVAudioPl
Livia.Chen
·
2016-03-01 09:00
【
代码笔记
】仿QQ空间,歌曲播放
一,效果图。二,工程图。三,代码。RootViewController.h#import #import @interfaceRootViewController:UIViewController{//存放歌曲数组 NSMutableArray*musicArray;//名字所在的label UILabel*musicNameLabel;//播放器 AVAudioPlayer*_player;//
fanqingtulv
·
2016-03-01 09:00
【
代码笔记
】点击搜索按钮,或放大镜后都会弹出搜索框
一,效果图。二,工程图。三,代码。RootViewController.h#import #import"CLHSearchBar.h" @interfaceRootViewController:UIViewController @end RootViewController.m#import"RootViewController.h" @interfaceRootViewCo
Livia.Chen
·
2016-02-29 09:00
【
代码笔记
】点击搜索按钮,或放大镜后都会弹出搜索框
一,效果图。二,工程图。三,代码。RootViewController.h#import #import"CLHSearchBar.h" @interfaceRootViewController:UIViewController @end RootViewController.m#import"RootViewController.h" @interfaceRootViewController
fanqingtulv
·
2016-02-29 09:00
Axis 开发WebService
apache.justdn.org/ws/axis/1_3/ 2 、解压后,参考webapps\axis,为了使你的web应用axis开发webservice,需要做的事情如下: a.将webapps\axis\
WEB
lyon007
·
2016-02-26 13:22
Web
service
axis
【
代码笔记
】时间选择框
一,效果图。二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController { UIDatePicker*datePicker; UILabel*timeLabel; } @end RootViewController.m#import"RootViewController
Livia.Chen
·
2016-02-26 09:00
【
代码笔记
】时间选择框
一,效果图。二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController{UIDatePicker*datePicker;UILabel*timeLabel;}@end RootViewController.m#import"RootViewController.h" @interfac
fanqingtulv
·
2016-02-26 09:00
eclipse 设置默认编码为Utf-8
JSP最下面设置为UTF-8Window->Preferences->General->Workspace 面板Textfileencoding选择UTF-8Window->Preferences->
Web
WolfX
·
2016-02-26 09:00
eclipse
【
代码笔记
】日历
一,效果图。二,工程图。三,代码。RootViewController.h#import #import"CalendarView.h" #import"CalendarUtils.h" #import"CalendarStyle.h" @interfaceRootViewController:UIViewController { CalendarView*calendar
Livia.Chen
·
2016-02-25 09:00
【
代码笔记
】日历
一,效果图。二,工程图。三,代码。RootViewController.h#import #import"CalendarView.h" #import"CalendarUtils.h" #import"CalendarStyle.h" @interfaceRootViewController:UIViewController{CalendarView*calendarView;}@end R
fanqingtulv
·
2016-02-25 09:00
spring原理案例-基本项目搭建 03 创建工程运行测试 spring ioc原理实例示例
默认的Sourcefolders配置如下:ps:可以根据需求自己编辑比如 删除默认的,增加以下四个并修改默认的输出目录为WebContent\
WEB-
noteless
·
2016-02-24 15:00
【
代码笔记
】切换条
一,效果图。二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController @end RootViewController.m#import"RootViewController.h" #import"TopIndexForMoreButton.h" @interfaceR
Livia.Chen
·
2016-02-24 09:00
【
代码笔记
】切换条
一,效果图。二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController@end RootViewController.m#import"RootViewController.h" #import"TopIndexForMoreButton.h" @interfaceRootViewCo
fanqingtulv
·
2016-02-24 09:00
【
代码笔记
】翻页效果的实现
一,效果图。 二,工程图。三,代码。RootViewController.h#import @interfaceRootViewController:UIViewController @end RootViewController.m#import"RootViewController.h" #import"FirstViewController.h" @interfaceR
Livia.Chen
·
2016-02-22 09:00
JS导出Excel
代码笔记
vartableToExcel=(function(){ varuri='data:application/vnd.ms-excel;base64,', template='{worksheet}{table}', base64=function(s){returnwindow.btoa(unescape(encodeURIComponent(s)))}, format=function(
贺臣
·
2016-02-20 16:19
【
代码笔记
】翻书效果的实现
代码:RootViewController.m#import"RootViewController.h" @interfaceRootViewController() @end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)nib
Livia.Chen
·
2016-02-19 09:00
【
代码笔记
】翻书效果的实现
代码:RootViewController.m#import"RootViewController.h" @interfaceRootViewController() @end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)nib
Livia.Chen
·
2016-02-19 09:00
【
代码笔记
】翻书效果的实现
代码:RootViewController.m#import"RootViewController.h" @interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)nibBundleOrNil{
fanqingtulv
·
2016-02-19 09:00
【
代码笔记
】多张图片合成一张
代码: RootViewController.m #import"RootViewController.h" @interfaceRootViewController() @end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)n
Livia.Chen
·
2016-02-18 09:00
【
代码笔记
】多张图片合成一张
代码: RootViewController.m #import"RootViewController.h" @interfaceRootViewController() @end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)n
Livia.Chen
·
2016-02-18 09:00
【
代码笔记
】多张图片合成一张
代码: RootViewController.m #import"RootViewController.h" @interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)nibBundleOrNi
fanqingtulv
·
2016-02-18 09:00
【
代码笔记
】scrollerView里多个tableView加搜索框
一,效果图。二,工程图。三,代码。RootViewController.h#import #import"customCell.h" @interfaceRootViewController:UIViewController { customCell*cell; NSMutableArray*dataArray; NSMutableArray*imageArray; UISc
Livia.Chen
·
2016-02-17 11:00
【
代码笔记
】scrollerView里多个tableView加搜索框
一,效果图。二,工程图。三,代码。RootViewController.h#import #import"customCell.h" @interfaceRootViewController:UIViewController{customCell*cell;NSMutableArray*dataArray;NSMutableArray*imageArray;UIScrollView*scroll
fanqingtulv
·
2016-02-17 09:00
myeclipse maven web项目配置
一个简单的maven项目结构:mywebapp +---pom.xml +---src +---main +---resources +---webapp +---index.jsp +---
WEB
bondage
·
2016-02-15 14:00
Eclipse 修改jsp、XML、 java、 HTML 每行显示的字数
Eclipse:HTML: window->Preferences->
web-
>htmlfiles->EditorJSP: window->Preferences->
web-
>JSPfiles->Editor
ZJDWHD
·
2016-02-01 13:00
【
代码笔记
】对UIView进行截图
一,效果图。二,工程图。三,代码。RootViewController.m#import"RootViewController.h" @interfaceRootViewController() @end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundl
Livia.Chen
·
2016-02-01 09:00
【
代码笔记
】对UIView进行截图
一,效果图。二,工程图。三,代码。RootViewController.m#import"RootViewController.h" @interfaceRootViewController() @end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundl
Livia.Chen
·
2016-02-01 09:00
【
代码笔记
】对UIView进行截图
一,效果图。二,工程图。三,代码。RootViewController.m#import"RootViewController.h" @interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)
fanqingtulv
·
2016-02-01 09:00
Yii - data exists update else insert
次文为
代码笔记
,如果能帮助到你,不胜荣幸!
liruxing1715
·
2016-01-30 09:00
【
代码笔记
】对iphone手机进行判断的一些函数
代码:#import"RootViewController.h" //为判断手机的型号-(NSString*)deviceString添加头文件 #import"sys/utsname.h" @interfaceRootViewController() @end @implementationRootViewController -(id)initWithNibNa
Livia.Chen
·
2016-01-29 09:00
【
代码笔记
】对iphone手机进行判断的一些函数
代码:#import"RootViewController.h" //为判断手机的型号-(NSString*)deviceString添加头文件 #import"sys/utsname.h" @interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)n
fanqingtulv
·
2016-01-29 09:00
【
代码笔记
】短信分享
代码:ViewController.h#import //短信分享 #import #import @interfaceViewController:UIViewController @end ViewController.m#import"ViewController.h" @interfaceViewController() @end @impl
Livia.Chen
·
2016-01-27 09:00
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他