论坛在这里你可以发表自己的建议,挥洒自己的想法!

最新发布第4页
Python执行批量导出简历-李联华的博客网

Python执行批量导出简历

当我们运行这段代码时,首先我们需要导入一些库和模块。 1. 导入库和模块 import os import requests import tkinter as tk from tkinter import filedialog import pandas as pd from PIL impo...
oaklee的头像-李联华的博客网钻石会员oaklee1年前
04.8W+1526
TCP/IP基础-李联华的博客网

TCP/IP基础

一.子网的设定 若公司不上Internet,那一定不会烦恼IP Address的问题,因为可以任意使用所有的IP Address,不管是A Class或是B Class,这个时候不会想到要用Sub Net,但若是上Internet那IP Address...
oaklee的头像-李联华的博客网钻石会员oaklee5年前
03.7W+0
css实现div文本框圆角带阴影-李联华的博客网

css实现div文本框圆角带阴影

代码: <style> div{ width: 200px; height: 200px; background-color: yellowgreen; border-radius: 16px; box-shadow:10px 10px 10px 10px rgba(0,0,0,0.3); } </style> <div&...
oaklee的头像-李联华的博客网钻石会员oaklee5年前
010.1W+0
更新!Github提速-李联华的博客网

更新!Github提速

https://www.lilianhua.com/github-to-2mb-per-second.html 我在上两篇推荐了几个镜像网站以及IP,好像不太好使了......所以再分享给大家一个很简单的方法。 首先我们要去Github上下载一个Switc...
oaklee的头像-李联华的博客网钻石会员oaklee3年前
000
获取 Active Directory 用户组信息-李联华的博客网

获取 Active Directory 用户组信息

如何高效地从 Active Directory 中提取这些信息 获取用户组: $groups = Get-ADGroup -Filter 'Name -like 'somethig*'' 这一行代码使用 Get-ADGroup 命令,从 Active Directory 中筛选出名称以...
css3背景渐变色代码-李联华的博客网

css3背景渐变色代码

从上到下 #grad {   background: -webkit-linear-gradient(red, blue);   background: -o-linear-gradient(red, blue);   background: -moz-linear-gradient(red, blue);   background:...
oaklee的头像-李联华的博客网钻石会员oaklee5年前
02W+0