`
文章列表

struts

警告: No configuration found for the specified action: '/book/login' in namespace: '/book'. Form action defaulting to 'action' attribute's literal value.   今天测试maven打包,遇到这个警告,在晚上查了些资料解决了这个问题,记录下来,恭喜给大家: 出问题 ...
# Database # https://docs.djangoproject.com/en/1.6/ref/settings/#databases setting 配置修改 INSTALLED_APPS = ( # 'django.contrib.admin', # 'django.contrib.auth', # 'django.contrib.contenttypes', # 'django.contrib.sessions', # 'django.contrib.messages', # 'django.contrib.staticfiles', 'xia ...
http://subclipse.tigris.org/update_1.6.x
如何你运行python manager.py syncdb(数据库同步成功) 则运行一下代码 >>> from django.contrib.auth.models import User >>> user = User.objects.create_user('admin','2222@qq.com','admin') >>> user.is_staff = True >>> user. is_superuser = True >>> user.save() ...
>>> settings.configure() >>> tem=template.Template("my template is {{name}}") >>> con = template.Context({"name":"xiaoji"}) >>> t = tem.render(con) >>> print(t) my template is xiaoji >>>  

map三种遍历方法

    博客分类:
  • java
java中遍历MAP的几种方法 Java代码 Map<String,String> map=new HashMap<String,String>();    map.put("username", "qq");    map.put("passWord", "123");    map.put("userID", "1");    map.put("email&quo ...
1:新建maven-archetupe-webapp项目 2:web.xml配置文件如下 <?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi: ...
dali openJPA是eclipse projects下面的一块,通过以下操作ecipse可以反向生成jpa的entity: 1:点击可视化视图选择jpa,如下图所示   2:右键Database Connection->new,选择指定数据库继续下一步。   3:填写数据库名,数据库连接地址,用户名密码。这里有个要注意的地方就是,数据驱动需要更改以下,点击下路optional->add指定数据库版本驱动就可以了,点击TestConnection。显示通过就finish. 4:新建JPA Project->next->next,进入下图页面:  点击dow ...
spring SVN源码下载链接: https://github.com/SpringSource/spring-framework
Global site tag (gtag.js) - Google Analytics