/*! Welcome to Compass. * In this file you should write your main styles. (or centralize your imports) * Import this file using the following HTML or ...
分类:
其他好文 时间:
2015-06-07 01:00:48
阅读次数:
139
一、什么是MVV? 一种web应用程序,浏览器向它请求的是一个方法,方法的返回值返回给浏览器。 返回值可以是字符串,也可以是一个View(视图)。 示例:浏览器的请求 应用程序有一个方法 public string Welcome(string name, int numTimes = 1) {
r...
一、软件安装 地址:http://www.sonatype.org/nexus/thank-you-for-downloading/?dl=tgz 解压: 启动: >> nexus start 打开:http://192.9.104.17:8081/nexus/#welcome...
分类:
其他好文 时间:
2015-06-04 18:58:24
阅读次数:
166
Description
Japan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the East coast and M cities on the West coast (M <...
分类:
其他好文 时间:
2015-06-03 21:38:18
阅读次数:
143
MySQL主从配置配置准备将要配置的数据库进行主从同步,主从的服务器上都要有同一个数据库一、配置mysql主服务器[root@master~]#vim/etc/my.cnf
....................................
log-bin=mysql-bin<==打开日志格式
....................................
server-id=1&l..
分类:
数据库 时间:
2015-06-01 01:04:06
阅读次数:
174
项目是使用spring MVC
(1)在浏览器中访问,后台总报错:
Java代码
No mapping found for HTTP request with URI [/exam3/welcome] in DispatcherServlet with name 'spring2'
查了好半天,才发现是controller 没有扫描到。
我是...
分类:
移动开发 时间:
2015-05-27 17:19:02
阅读次数:
168
1.2 终端打印
终端是交互式工具,用户可以通过它与shell环境进行交互。在终端中打印文本是大多数shell脚本和工具日常需要执行的基本任务。通过终端打印,人们可以知道系统的运行状态,这对用户来说是至关重要的。
echo终端打印
echo "Welcome to Bash"
echo 'Welcome to Bash'
echo Welcome to Bash
以上三种方法的效果是一样的,输出内...
分类:
系统相关 时间:
2015-05-24 00:10:17
阅读次数:
189
Welcome to My Blog来自HN.FMS 高一/*我校总是强行伪装竞赛强校我表示呵呵/大雾*/大家都叫我TB /*因为TB太短了所以repeat2*/初中时不知道OI真是伤感 /*不然也不会像现在这么弱了*/高一接触OI时天天想着退组 觉得没意思极了不知道老师想表达什么参加了NOIP20...
分类:
其他好文 时间:
2015-05-23 22:36:45
阅读次数:
225
极速蜗牛:首先你们演示的时候我没搞明白你们的前期目标是什么,在演示的过程中登陆界面有点儿不和谐,那个界面中的welcome已经看不见了,在做UI的时候我希望能从用户的角度去考虑一下用户的感受,让他们感到你们的东西美观大方友好那样才能更好的去吸引用户。我感觉你们前期主要的工作是放在了服务器后台方面,亲...
分类:
其他好文 时间:
2015-05-22 00:00:29
阅读次数:
410
package com.example.welcome;
import java.util.ArrayList;
import android.os.Bundle;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v4.vi...
分类:
其他好文 时间:
2015-05-18 23:09:36
阅读次数:
209