会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
过客s
随笔- 21 文章- 0 评论- 0 阅读-
3129
博客园
首页
新随笔
新文章
联系
管理
订阅
上一页
1
2
3
下一页
2017年11月21日
API的控制器
摘要: // GET: api/showApi /// <summary> /// 显示 查询 /// </summary> /// <param name="name"></param> /// <param name="type"></param> /// <returns></returns> [Ht
阅读全文
posted @ 2017-11-21 19:39 过客s
阅读(138)
评论(0)
推荐(0)
编辑
2017年11月19日
MVC跨域API
摘要: API using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Http;using System.Web.Http;using System.Web.Http
阅读全文
posted @ 2017-11-19 19:53 过客s
阅读(157)
评论(0)
推荐(0)
编辑
WindowsForms 调用API
摘要: WindowsForms 后台 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;usi
阅读全文
posted @ 2017-11-19 19:29 过客s
阅读(288)
评论(0)
推荐(0)
编辑
触发器
摘要: --数据库表名 CREATE TABLE BANKUSER( BID INT PRIMARY KEY IDENTITY, BNUM NVARCHAR(50), BNAME NVARCHAR(50) , BPWD NVARCHAR(50), BMONEY DECIMAL ) --数据库表名 CREAT
阅读全文
posted @ 2017-11-19 19:05 过客s
阅读(180)
评论(0)
推荐(0)
编辑
视图
摘要: StringBuilder sql = new StringBuilder(); sql.Append(@"if exists(select * from sys.objects where name='V_stu') drop view V_stu" ); //判断是否有视图 DbHelper.E
阅读全文
posted @ 2017-11-19 19:04 过客s
阅读(102)
评论(0)
推荐(0)
编辑
分页的存储过程的用法
摘要: 数据库的存储 alter PROCEDURE Proc_stu @PageIndex int, //页数 @PageSize int,//显示条数 @where nvarchar(50),//条件 @Tocount int output, //返回值 @totName nvarchar(50),//
阅读全文
posted @ 2017-11-19 19:00 过客s
阅读(159)
评论(0)
推荐(0)
编辑
2017年11月14日
MVC架构
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using WebApplication1.Models;using Model;using B
阅读全文
posted @ 2017-11-14 21:01 过客s
阅读(142)
评论(0)
推荐(0)
编辑
导出 导入 解压 压缩
摘要: 前台 @{ Layout = null;}@model List<Model.stuModel><!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title
阅读全文
posted @ 2017-11-14 14:14 过客s
阅读(177)
评论(0)
推荐(0)
编辑
Com 调用word和excel
摘要: using Microsoft.Office.Interop.Word;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;u
阅读全文
posted @ 2017-11-14 14:10 过客s
阅读(172)
评论(0)
推荐(0)
编辑
Sockets使用
摘要: 服务端 using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System.Threading;using System.Net.Sockets;using System.Net; namesp
阅读全文
posted @ 2017-11-14 14:08 过客s
阅读(125)
评论(0)
推荐(0)
编辑
上一页
1
2
3
下一页
公告
昵称:
过客s
园龄:
7年4个月
粉丝:
4
关注:
30
<
2025年4月
>
日
一
二
三
四
五
六
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2018年5月(1)
2017年12月(2)
2017年11月(18)
阅读排行榜
1. 水印文字 图片(429)
2. WindowsForms 调用API(288)
3. 触发器(180)
4. 导出 导入 解压 压缩(177)
5. Com 调用word和excel(172)
点击右上角即可分享