首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏韩东吉的Unity杂货铺

    基础入门 7: 创建自己的菜单

    在上一篇菜单介绍分享之后,有一些小伙伴在后台留言说能不能分享下如何创建自定义的菜单栏?怎么创建?

    1K50发布于 2018-10-19
  • 基础学习HTML(7)——块级元素和行内元素

    <meta name="keywords" content="小甲鱼,Web开发,HTML5,CSS3,Web编程教学"> <meta name="description" content="《<em>零</em><em>基础</em>入门学习 <meta name="keywords" content="小甲鱼,Web开发,HTML5,CSS3,Web编程教学"> <meta name="description" content="《<em>零</em><em>基础</em>入门学习 <meta name="keywords" content="小甲鱼,Web开发,HTML5,CSS3,Web编程教学"> <meta name="description" content="《<em>零</em><em>基础</em>入门学习

    27210编辑于 2026-01-23
  • 来自专栏ceshiren0001

    MCP基础学习(7)|实战指南:构建论文分析智能体

    在之前的教程中,我们已经介绍了 MCP(Model Context Protocol)的基本概念及其核心组件。在本篇教程中,我们将通过一个实际案例,演示如何运用 MCP 构建一个能够分析学术论文的智能体。这个智能体将具备读取 PDF 文件、提取关键信息的功能,并能回答用户有关论文内容的问题。

    50510编辑于 2025-08-26
  • 来自专栏Java爬坑系列

    【JAVA基础入门系列】Day7 Java输入与输出

    本文介绍了Java技术体系中基本概念、特点和语法,以及利用Java语言实现各种功能的示例代码。包括输入输出、字符串处理、算术运算、流程控制、数组和集合、异常处理、文件操作、面向对象编程等。通过这些介绍,读者可以快速掌握Java编程的基本技能,并能够应用到实际项目中。

    1.2K90发布于 2018-01-09
  • 来自专栏python学习教程

    基础如何系统的学习Python? 分成7个阶段学习

    所以,学编程,用Python确实是一个相当不错的选择,二楼为大家展示下Python的七大阶段 阶段一:Python基础知识和高级特性 1、Python语法基础 2、Python字符串解析 3、Python 时间和日历 4、Python文件操作 5、Python面向对象 6、并发编程 7、函数式编程 8、正则表达式 9、设计模式 10、排序算法 11、异常 12、模块 阶段二:Linux基础 1、shell Fiddler的使用 3、实际爬虫Python编码问题 4、urllib2 的使用TesseractOCR语言模型爬取使用带验证码登录的网站 5、Beautiful Soup 6、XPath & CSS选择器 7、 大型框架使用代理服务器爬取 10、Scrapy分布式集群多代理爬虫Redis 11、分布式集群Redis MongoDB在爬虫里的应用 12、数据分析工具与模块 阶段七:Python人工智能 1、机器学习 3、深度学习 最后基础初学者建议如下

    83920发布于 2020-06-24
  • 来自专栏数据库干货铺

    基础OceanBase数据库入门(7):集群性能诊断

    from GV$OB_PROCESSLIST where state <> 'SLEEP' group by user,host,state order by host limit 50; 八、核心诊断7

    29110编辑于 2026-04-13
  • 来自专栏科控自动化

    变频器基础培训--7.谐波,噪声,浪涌电压

    28241编辑于 2023-09-01
  • 来自专栏技术杂记

    Mycat 基础7

    这是由于没指定数据源产生的报错 虽然没有连接任何数据库,但从操作体验上来看,与直接操作一个mysql没有什么区别 Tip: 为什么用户名和密码是 test 呢,因为 conf/server.xml 有定义 <user name="test"> <property name="password">test</property> <property name="schemas">TESTDB</property> </user> <user name="user"> <property name="pas

    51420编辑于 2021-12-03
  • 来自专栏技术杂记

    memcached基础7

    root@h101 memcached-1.4.24# ps fuax | grep mem

    36410编辑于 2022-06-26
  • 来自专栏技术杂记

    nginx基础7

    安装 [root@h102 nginx-1.9.5]# make install make -f objs/Makefile install make[1]: Entering directory `/usr/local/src/nginx-1.9.5' test -d '/usr/local/nginx' || mkdir -p '/usr/local/nginx' test -d '/usr/local/nginx/sbin' || mkdir -p '/usr/local/nginx/sbin'

    29710编辑于 2022-05-12
  • 来自专栏技术杂记

    ZooKeeper 基础7

    ls2 ls2 就是携带了stat信息的ls [zk: localhost:2181(CONNECTED) 60] ls /def [] [zk: localhost:2181(CONNECTED) 61] ls2 /def [] cZxid = 0xe ctime = Thu Dec 03 14:57:27 CST 2015 mZxid = 0xf mtime = Thu Dec 03 15:42:21 CST 2015 pZxid = 0xe cversion = 0 dataVersion = 1 a

    35410编辑于 2022-03-25
  • 来自专栏技术杂记

    Kibana 基础7

    基本的检索方法,时间范围的设定,自动刷新周期的设定,展示结果的分享,结果的保存,过滤条件的设定,jason定义条件,文档的内容查看,字段的统计设定,

    81910编辑于 2022-02-10
  • 来自专栏技术杂记

    HAproxy 基础7

    运行 准备配置文件 源码包中有一些示例,可以作为配置模板 [root@h102 ~]# ll /usr/local/src/haproxy/haproxy-1.6.3/examples/*.cfg -rw-rw-r-- 1 root root 3740 Dec 27 22:04 /usr/local/src/haproxy/haproxy-1.6.3/examples/acl-content-sw.cfg -rw-rw-r-- 1 root root 3042 Dec 27 22:04 /usr/local

    56910编辑于 2022-01-19
  • 来自专栏技术杂记

    fio基础7

    ; -- end job file -- Here we have no global section, as we only have one job defined anyway. We want to use async io here, with a depth of4foreach file. We also increased the buffer size used to32KB and define numjobs to4to fork 4 identical jobs. The result is4 processes each randomly writing to their own 64MB file. Instead ofusing the above job file, you could have given the parameters on the command line. For this case, you would specify: $ fio --name=random-writers --ioengine=libaio --iodepth=4 --rw=randwrite --bs=32k --direct=0 --size=64m --numjobs=4When fio is utilized as a basis ofany reasonably large test suite, it might be desirable toshare a setof standardized settings across multiple job files. Instead of copy/pasting such settings, anysection may pull in an external .fio file with'includefilename' directive, asin the following example: ;-- start job file including.fio -- [global] filename=/tmp/test filesize=1m include glob-include.fio [test] rw=randread bs=4k time_based=1 runtime=10 include test-include.fio ; -- end job file including.fio -- ; -- start job file glob-include.fio -- thread=1 group_reporting=1 ; -- end job file glob-include.fio -- ; -- start job file test-include.fio -- ioengine=libaio iodepth=4 ; -- end job file test-include.fio -- Settings pulled into a section apply to that section only (except global section). Include directives may be nested in that any included file may contain further include directive(s). Include files may not contain [] sections. 4.1 Environment variables ------------------------- fio also supports environment variable expansion in job files. Any sub-string of the form "${VARNAME}" as part of an option value (in other words, on the right of the `='),willbeexpandedtothevalueoftheenvironmentvariablecalledVARNAME.Ifnosuchenvironmentvariableisdefined,orVARNAMEistheemptystring,theemptystringwillbesubstituted.Asanexample,let's look at a sample fio invocation and job file: $ SIZE=64m NUMJOBS=4 fio jobfile.fio ; -- start job file -- [random-writers] rw=randwr

    74320编辑于 2022-04-24
  • 来自专栏技术杂记

    etcd 基础7

    127.0.0.1:2379 > Accept: */* > < HTTP/1.1 200 OK < Content-Type: application/json < X-Etcd-Cluster-Id: 7e27652122e8b2ae

    33210编辑于 2022-01-20
  • 来自专栏技术杂记

    KVM基础7

    # systemctl get-default graphical.target [root@docker ~]# runlevel N 5 [root@docker ~]# Tip: Centos7

    55910编辑于 2022-01-19
  • 来自专栏技术杂记

    qshell基础7

    完全删除某空间下的文件 [root@h101 copy]# ../qshell_linux_amd64 listbucket qiniucloud-goods list.video [root@h101 copy]# ../qshell_linux_amd64 batchdelete qiniucloud-goods list.video <DANGER> Input hdbiha to confirm operation: hdbiha All deleted! [root@h101

    37760编辑于 2022-04-24
  • 来自专栏技术杂记

    Docker 基础7

    为了避免只能使用sudo来调用Docker,在软件安装过程中自动创建了docker组,并且在docker进程启动时赋权给了这个组的用户以docker socket的读写权限,所以只用将管理用户加入到docker组,就可以对docker进行使用了

    39710编辑于 2022-02-09
  • 来自专栏技术杂记

    UnrealIRCd 基础7

    drwx------ 2 root root 61 Mar 21 22:57 doc drwx------ 2 root root 6 Mar 21 22:57 logs drwx------ 7

    33710编辑于 2021-11-29
  • 来自专栏技术杂记

    SQLite 基础7

    也可以定向的只dump一个表,但这个操作没法在shell中完成,只能在sqlite中完成

    45920编辑于 2021-12-01
领券