上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页
摘要: <template> <view class="content"> <view class="itemtop" v-for="(item,index) in toplist"> <view class="oneitem_img"> <image :src="aaa(item.avator)"></i 阅读全文
posted @ 2023-06-09 23:03 牛腩 阅读(122) 评论(0) 推荐(0)
摘要: 取公共的APIURL​ 项目新增common目录,里面有个common.js const common = { get apiurl(){ var apiurl = uni.getStorageSync("apiurl"); if(apiurl==undefined || apiurl == '') 阅读全文
posted @ 2023-06-09 23:02 牛腩 阅读(30) 评论(0) 推荐(0)
摘要: WPF中的Image控件上传,保存,显示头像 //选择电脑上的图片显示到Image控件中 private void btnUpload_Click(object sender, RoutedEventArgs e) { // 打开文件对话框以选择要上传的图片 OpenFileDialog openF 阅读全文
posted @ 2023-06-03 14:10 牛腩 阅读(682) 评论(0) 推荐(0)
摘要: WPF播放声音 用MediaElement控件,一个放完到下一个 <Window x:Class="WpfApp1_candel.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x 阅读全文
posted @ 2023-06-03 13:37 牛腩 阅读(89) 评论(0) 推荐(0)
摘要: h5 audio播放声音 http://www.niunan.net/test_audio.html <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" 阅读全文
posted @ 2023-06-03 11:16 牛腩 阅读(17) 评论(0) 推荐(0)
摘要: WPF全局样式 Theme目录下建立Style.xaml文件 <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft 阅读全文
posted @ 2023-05-31 14:35 牛腩 阅读(113) 评论(0) 推荐(0)
摘要: WPF窗体右上角叉叉退出应用程序 WPF窗体右上角叉叉退出应用程序 记得xaml里的Window标签响应Closing事件 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) { if 阅读全文
posted @ 2023-05-31 14:19 牛腩 阅读(222) 评论(0) 推荐(0)
摘要: WPF中的密码框 XAML文件 <PasswordBox Name="PasswordBox" Margin="5" Padding="5" PreviewKeyDown="Txtpassword_PreviewKeyUp"/> 后台代码: IntPtr p = System.Runtime.Int 阅读全文
posted @ 2023-05-31 14:10 牛腩 阅读(118) 评论(0) 推荐(0)
摘要: 2023年05月28日 VS2022 WFP .NETFramework,Version=v4.6.2 测试通过 NUGET:EntityFramework 6.4.4 , Microsoft.AspNet.Identity.EntityFramework 2.2.3 //扩展内置的identity 阅读全文
posted @ 2023-05-28 12:07 牛腩 阅读(178) 评论(0) 推荐(0)
摘要: 2023-05-27测试 ,直接用百度文心一言搜索的,结果出来的代码能运行得通,不错不错 服务器端: using System.Net; using System.Net.Sockets; using System.Text; namespace tcpipdemo_server; class Pr 阅读全文
posted @ 2023-05-27 13:02 牛腩 阅读(54) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页