上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: 数据库又不会了 又得再看一遍 阅读全文
posted @ 2024-04-17 21:32 catsahsy 阅读(3) 评论(0) 推荐(0) 编辑
摘要: jsp要在目标servlet连接下加一个<%=path>标明文件路径 而html只需要写下连接路径名就行 阅读全文
posted @ 2024-04-16 21:11 catsahsy 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 二、css常用属性 (1)<div class="?" id="?">......</div>负责框住主体部分,并在class和id属性中加入编辑好的属性。 (2)<style type="text/css">......</style>进行css架构设计.(class名)为class属性,#(id 阅读全文
posted @ 2024-04-15 23:05 catsahsy 阅读(9) 评论(0) 推荐(0) 编辑
摘要: public ResultSet getDataByAny(String sql,Object obj[]) {//查Connection conn=ConnMysql.getConn();ResultSet rs=null;try {PreparedStatement ps=conn.prepar 阅读全文
posted @ 2024-04-12 01:15 catsahsy 阅读(51) 评论(0) 推荐(0) 编辑
摘要: avaweb功能的实现 首先是html界面 <h2>请登录</h2><form action="/UserLoginServlet" method="post"><table><tr><td align="left">用户名:<input type="text" name="username" va 阅读全文
posted @ 2024-04-11 21:11 catsahsy 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vert 阅读全文
posted @ 2024-04-10 20:27 catsahsy 阅读(1) 评论(0) 推荐(0) 编辑
摘要: package com.example.a20211223;import android.content.Context;import android.util.AttributeSet;import android.widget.TextView;import androidx.annotatio 阅读全文
posted @ 2024-04-09 00:27 catsahsy 阅读(7) 评论(0) 推荐(0) 编辑
摘要: #region Check Room List /// <summary> /// Check the existence of every room in room list received from client /// </summary> /// <param name="msg">str 阅读全文
posted @ 2024-04-08 21:59 catsahsy 阅读(6) 评论(0) 推荐(0) 编辑
摘要: (2)Android-sdk下载地址: http://dl.google.com/android/android-sdk_r23.0.2-windows.zip http://dl.google.com/android/installer_r23.0.2-windows.exe http://dl. 阅读全文
posted @ 2024-04-05 21:54 catsahsy 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一、android 界面开发 1、三个重要的类:View视图、Canvas画布、Paint画笔2、android 界面开发常用三种视图 View --只能在主线程中更新,没有缓存机制,适合画面更新较少的界面,比如有按键按下才变化的界面。 SurfaceView --可以设置独立的线程,有缓存机制,主 阅读全文
posted @ 2024-04-04 20:08 catsahsy 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页