- 博客(3)
- 收藏
- 关注
原创 记录我的文件上传代码
前端: <div ng-app="userManagement" ng-controller="userController"> <label>上传地址</label> <input type="text" class="form-control" id="txtSourceURL" name=&
2019-01-16 16:14:48 133
原创 记录我写的第一个代码(2)创建用户界面
前端页面:CreatUser.cshtml(也是借用了网上大佬的方法) var m = angular.module('userManagement', ['ui.bootstrap']); m.controller('userCreateCtr', ['$scope', '$http','userDataService', function ($scope,$http,userDataServi...
2019-01-16 16:10:01 141
原创 记录我写的第一个代码(1)首页
记录我写的第一个用户列表的增删改查和照片上传(萌新小白) 这是首页的代码user.cshtml @{ ViewBag.Title = "user"; } <div class="page-header"> <h2><span class="glyphicon glyphicon-user"></span>用户列表&
2019-01-16 16:04:32 114
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人