码迷,mamicode.com
首页 >  
搜索关键字:import user    ( 104559个结果
ActionProxy相关实现类
package com.opensymphony.xwork2;import com.opensymphony.xwork2.config.Configuration;import com.opensymphony.xwork2.config.ConfigurationException;impor...
分类:其他好文   时间:2014-04-29 19:12:40    阅读次数:729
Result实现类
package org.apache.struts2.dispatcher;import com.opensymphony.xwork2.ActionInvocation;import com.opensymphony.xwork2.Result;import com.opensymphony.xw...
分类:其他好文   时间:2014-04-29 18:55:17    阅读次数:415
2014-04-28 总结
PHP MySQL补充:1、与服务器建立一个连接时mysql_connect-打开一个到 MySQL 服务器的连接语法格式:resource mysql_connect ( 主机 , 用户名 , 密码 ) $mydb=mysql_connect("localhost","root","root");...
分类:其他好文   时间:2014-04-29 18:36:44    阅读次数:578
Android 开发之错误整理java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.
java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.今天写了一款发短信的软件,拿了...
分类:移动开发   时间:2014-04-29 18:16:15    阅读次数:1324
10 Service02
package com.szy.service;import android.app.IntentService;import android.content.Intent;import android.util.Log;public class ExampleIntentService exten...
分类:其他好文   时间:2014-04-29 18:02:50    阅读次数:432
苹果地图定位和显示区域
//// ViewController.m// mapdemo001//// Created by apple on 14-4-28.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"#...
分类:移动开发   时间:2014-04-29 17:02:06    阅读次数:529
第二周工作总结
上一周的工作进度有点慢,因为找学校的平面图上遇到了瓶颈。因为上一周的工作,有一半都是要基于平面图进行的,最后找到了一张平面图,由于此图太大,一般的电脑处理图片的软件都处理不动,处理图片又花了两天的时间,最后图片的效果还没有达到预期的要求。已完成工作的总结:1.界面的简单布局都已经确定。当左侧选择相应...
分类:其他好文   时间:2014-04-29 16:52:50    阅读次数:447
ahjesus SSHkey登陆linux服务器,无需密码,ubuntu
cd ~/.ssh/如果目录不存在就新建一个 mkdir ~/.ssh制作公匙 ssh-keygen -t rsa默认会生成id_rsa.pub的公匙将公匙推送到指定的服务器 scp id_rsa.pub username@server:~/.ssh/id_rsa.pub登录到服务器 ssh use...
分类:系统相关   时间:2014-04-29 16:01:32    阅读次数:625
ahjesus linux连接阿里云ubuntu服务器并更改默认账号和密码,以及创建子账户
先确保本地Linux服务器SSH服务开启,如果没有开启直接执行指令:service sshd start然后我们使用ssh指令进行远程登陆ssh username@ip-address输入passwd指令修改旧密码修改默认账号rootvi /etc/passwd按i键进入编辑状态修改第1行第1个ro...
分类:系统相关   时间:2014-04-29 15:51:22    阅读次数:586
【Thinking In Java零散笔记】对于持有对象一章中的显示系统环境变量代码分析
今天仍旧进行着学习java的计划。在学习到持有对象一章中,看到了如下代码: 1 import java.util.*; 2 3 public class EnvironmentVariables { 4 public static void main(String[] args) { 5 ...
分类:编程语言   时间:2014-04-29 15:49:20    阅读次数:507
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!