N150 万兆小主机折腾记
letsencrypt 自动续期
Janus-Pro 使用
AI学习记录
通过VLAN 进行局域网隔离
阿里云Ubuntu 重0开始
PVE 中LXC的Ubuntu安装minikube
Office Online安装
elasticsearch 学习记
搭建Docker仓库
最新发布
2012.12.15
admin
阅读(3856)
评论(0)
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Reflection;
using System.ComponentModel;
namespace WinFormLib
{
public class MenuClone
{
//使用例子
//private void Form1_Load(object sender, EventArgs e)
[...] 阅读全文
2012.04.15
admin
阅读(2977)
评论(0)
好吧,玩了个通宵 为了jsp php asp.net 一台机器单IP(貌似我用的路由器不支持映射同一个端口到多个内网IP)共用一个80端口 算是基本搞定了。系统环境windows 7 sp1 64位 iis7.5,tomcat7.......asp.net 与php是很简单的,安装PHPManagerForIIS这个就行。然后搜索了下nginx-1.0.9配置php也成功了,然后开始纠结asp.net与jsp整合,查到个isapi_redirector2.dll这东西,转发tomcat iis什么的,反正配了半天没出来,后来用naginx反向代理jsp成功了,但是不想naginx占用80端口 [...] 阅读全文
2012.03.04
admin
阅读(2968)
评论(0)
usingSystem;
usingSystem.Collections.Generic;
usingSystem.ComponentModel;
usingSystem.Data;
usingSystem.Drawing;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Windows.Forms;
usingSystem.Runtime.InteropServices;
usingSystem.Threading;
namespacewinformUpload
{
publicpartialclassDownloadB [...] 阅读全文