首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏iRF射频前端产业观察

    Thin-film Bulk Acoustic Wave Technology

    27710编辑于 2022-05-16
  • 来自专栏Elton的技术分享博客

    Gentoo下Nginx+thin构建rails环境

    本文前提是你已经配置好了ruby on rails 安装thin thin是一个ruby的轻量级的web server 可以看到thin在100个并发连接的时候,性能还是不错的。 可以使用 sudo gem install thin 或者 emerage -av thin 使用emerage的话,需要在/etc/portage/package.keywords中加入 www-servers 脚本 进入你的rails应用目录,在lib/tasks下建立一个thin的任务,以.rake为后缀名,如thin.rake。 这个是用来建立thin的集群的脚本 编辑内容如下: namespace :thin do namespace :cluster do  desc 'Start thin cluster' task =production SIZE=3 PORT=8000 # rake thin:cluster:stop 来启动和停止thin集群了。

    1.2K40发布于 2021-01-22
  • 来自专栏芯片工艺技术

    GaAs Thin Wafer的强度提升探究

    上几天研究了一下GaAs的抛光,其实化合物半导体的抛光都会面临薄晶圆强度小,晶圆有着天然的解离镜像,容易裂片的问题。

    81430编辑于 2022-11-15
  • 来自专栏iSharkFly

    Confluence 6 下载和安装 Oracle thin 驱动

    基于许可证的考虑,我们不能将 Oracle 的驱动捆绑到 Confluence 中。如果你希望你的 Confluence 能够连接到 Oracle 数据库,你需要:

    70560发布于 2019-01-31
  • 来自专栏frytea

    PVE 手动创建 lvm-thin-pool 加入多磁盘

    新建存储池,包括多块硬盘 lsblk pvcreate /dev/sdb /dev/sdc /dev/sdd vgcreate thin-pool /dev/sdb /dev/sdc /dev/sdd lvcreate -T thin-pool/data -l +99%FREE pvesm add lvmthin thin-pool-data --content rootdir,images --thinpool data --vgname thin-pool Reference# adding a disk and set it as lvm-thin: help needed, please 注:本作品采用

    2.4K40编辑于 2023-10-21
  • 来自专栏授客的专栏

    Java java jdbc thin远程连接并操作Oracle数据库

    .*; public class OracleConection { //定义连接字符串(协议名:jdbc:oracle:thin@oracle据库服务器主机ip:数据库监听端口号:SID) private String url = "jdbc:oracle:thin:@172.25.75.14:1521:orcl11g"; private String userName = "system"; /

    1.5K10发布于 2019-09-10
  • 来自专栏镁客网

    Thin Ice神奇背心在手,不动不跑就想坐躺吃喝的懒人也能减肥!

    这款背心名叫Thin Ice,官方表示,在这款背心的胸部和背部的地方安装了冷却温度传感器,这样可以通过刺激身体上的棕色脂肪组织来消耗热量。 到目前为止,Thin Ice神奇背心已经发展到第二代,第一代就在众筹时获得非常多的支持,最终筹集到600000美元,而此次进阶的第二代版本则会在原有的基础上增加电池使用寿命,以及新增温度追踪功能。

    38740发布于 2018-05-28
  • 来自专栏镁客网

    【每日要闻】推特将聘请律师天团起诉马斯克;罗永浩官宣新创业公司Thin Red Line

    美光占据全球汽车半导体存储器市场55%的份额 3、Nothing Phone将首先登陆印度市场 4、哥伦比亚法院判令禁止进口和销售5G iPhone和iPad 5、大众汽车因软件问题延误发布新车型 6、罗永浩官宣新创业公司Thin 6、罗永浩官宣新创业公司Thin Red Line 在昨晚“交个朋友”直播间,罗永浩官宣其新创业公司名为“Thin Red Line”(翻译为细红线,未公布正式中文名),正准备招人,主招产品经理和设计师

    46220编辑于 2022-07-12
  • 来自专栏SDNLAB

    消息称甲骨文拟裁员数千人;罗永浩官宣新创业公司 Thin Red Line(细红线)

    01 罗永浩官宣新创业公司 Thin Red Line(细红线),目标 AR 行业 7 月 10 日消息,在交个朋友直播间,罗永浩官宣其新创业公司名为“Thin Red Line”(翻译为细红线,未公布正式中文名

    57120编辑于 2022-07-12
  • 来自专栏WalkingCloud

    CentOS7中配置LVM精简卷(Thinly-Provisioned Logical Volumes)

    Using thin provisioning, you can manage a storage pool of free space, known as a thin pool, which can Create a thin volume in the thin pool with the lvcreate command. lvcreate -L 20G --thinpool Data_Pool 3、创建精简卷ThinLV 1)创建thin_LV_data01 lvcreate -V 10G --thin -n thin_LV_data01 VG_CentOS/Data_Pool ? 2)创建thin_LV_data02 lvcreate -V10G -T VG_CentOS/Data_Pool -n thin_LV_data02 ? /dev/VG_CentOS/thin_LV_data02 mkfs.ext4 /dev/VG_CentOS/thin_LV_data03 mount /dev/VG_CentOS/thin_LV_data01

    5.5K00发布于 2019-11-12
  • 来自专栏eadela

    vuejs基础-style样式

    script type="text/javascript" src="vue.min.js" ></script> <style> .red{ color:red; } .thin --

    这是一个测试标签,看它的变化

    --> <! --

    这是一个测试标签,看它的变化

    --> <! --

    这是一个测试标签,看它的变化

    --> <! --

    这是一个测试标签,看它的变化

    --> <!

    2.4K10发布于 2019-09-29
  • 来自专栏大数据入坑指南

    JDBC连接ORACLE的三种URL格式

    使用jdbc连接oracle时url有三种格式 格式一: Oracle JDBC Thin using an SID: jdbc:oracle:thin:@host:port:SID Example : jdbc:oracle:thin:@localhost:1521:orcl 这种格式是最简单也是用得最多的 你的oracle的sid可以通过一下指令获得: sqlplus / as sysdba = null; try { Class.forName("oracle.jdbc.driver.OracleDriver"); String dbURL = "jdbc:oracle:thin using a ServiceName: jdbc:oracle:thin:@//host:port/service_name Example:jdbc:oracle:thin:@//localhost using a TNSName: jdbc:oracle:thin:@TNSName Example: jdbc:oracle:thin:@TNS_ALIAS_NAME 我在谷歌上找了一些资源,

    3.7K40发布于 2020-08-21
  • 来自专栏开发杂记

    POI导出Excel

    ); styleTitle.setBorderLeft(HSSFCellStyle.BORDER_THIN); styleTitle.setBorderRight(HSSFCellStyle.BORDER_THIN ); styleCell.setBorderLeft(HSSFCellStyle.BORDER_THIN); styleCell.setBorderRight(HSSFCellStyle.BORDER_THIN ); styleCellNumber.setBorderLeft(HSSFCellStyle.BORDER_THIN); styleCellNumber.setBorderRight(HSSFCellStyle.BORDER_THIN ); styleTitle.setBorderLeft(XSSFCellStyle.BORDER_THIN); styleTitle.setBorderRight(XSSFCellStyle.BORDER_THIN ); styleCell.setBorderLeft(XSSFCellStyle.BORDER_THIN); styleCell.setBorderRight(XSSFCellStyle.BORDER_THIN

    4.5K20发布于 2019-09-11
  • 来自专栏谭广健的专栏

    EPPlus秘籍之Excel导出之图表导出

    } worksheet.Cells[1, 1].Style.Border.BorderAround(ExcelBorderStyle.Thin (191, 191, 191)); worksheet.Cells[2, 1].Style.Border.BorderAround(ExcelBorderStyle.Thin (191, 191, 191)); worksheet.Cells[3, 1].Style.Border.BorderAround(ExcelBorderStyle.Thin (191, 191, 191)); worksheet.Cells[4, 1].Style.Border.BorderAround(ExcelBorderStyle.Thin (191, 191, 191)); worksheet.Cells[5, 1].Style.Border.BorderAround(ExcelBorderStyle.Thin

    2.7K21发布于 2019-04-03
  • 来自专栏有困难要上,没有困难创造困难也要上!

    使用phoenix查询hbase

    /queryserver.py 然后使用 sqlline-thin 命令连接 cd apache-phoenix-4.14.1-HBase-1.4-bin/bin # 默认连接本地hbase . /sqlline-thin.py # 连接指定机器的hbase . /sqlline-thin.py localhost:8765 表操作 基本操作 # 查看帮助 0: jdbc:phoenix:thin:url=http://localhost:876> !? .. # 查看连接 0: jdbc:phoenix:thin:url=http://localhost:876> ! # 查询表 0: jdbc:phoenix:thin:url=http://localhost:876> !

    4.2K40发布于 2019-03-11
  • 来自专栏sktj

    python excel处理

    workbook.active l = 1 ds=datesecon() com = re.compile("(\n|\t){1,}") border = Border(left=Side(style='thin ', color='FF000000'), right=Side(style='thin', color='FF000000'), top=Side(style='thin', color='FF000000 '), bottom=Side(style='thin', color='FF000000'), diagonal=Side(style='thin', color='FF000000'), diagonal_direction =0, outline=Side(style='thin', color='FF000000'), vertical=Side(style='thin', color='FF000000'), horizontal =Side(style='thin', color='FF000000')) for line in read: st = "@@@".join(line) ss = re.sub(com, "\

    38940编辑于 2022-05-13
  • 来自专栏编程语言的世界

    解决 DPY-3010 报错及深入理解 oracledb 轻模式与重模式

    mode当时我未做额外配置,使用的是python-oracledb默认的Thin模式,本以为能顺利连接,却没想到因版本兼容性问题卡壳。 python-oracledb的Thin模式仅支持直接连接 Oracle Database 12.1及更高版本,而我所连接的数据库是Oracle Database 11.2(属于早期版本),无法满足Thin 二、oracledb轻模式(Thin)与重模式(Thick)深度解析基于上述实践,结合官方文档,进一步梳理两种模式的核心差异与适用场景,帮助开发者快速选型。 启用Thin模式(默认,无需额外配置)直接连接数据库即可,代码简洁:import oracledb# 默认启用Thin模式,无需init_oracle_client()try: conn = oracledb.connect 模式连接成功") conn.close()except oracledb.Error as e: print("Thin模式连接失败:", e)2.

    77010编辑于 2025-09-10
  • 来自专栏高级开发进阶

    技术汇总:第一章:使用poi实现表单下载成xls文件并打印

    );         cs.setBorderRight(CellStyle.BORDER_THIN);         cs.setBorderTop(CellStyle.BORDER_THIN); // 设置第二种单元格的样式(用于值)         cs2.setFont(f2);         cs2.setBorderLeft(CellStyle.BORDER_THIN);         cs2.setBorderRight(CellStyle.BORDER_THIN);         cs2.setBorderTop(CellStyle.BORDER_THIN);         cs2 .setBorderBottom(CellStyle.BORDER_THIN);         cs2.setAlignment(CellStyle.ALIGN_CENTER);         // (CellStyle.BORDER_THIN); // 实线 nStyle.setFont(font); return nStyle; } //

    38230编辑于 2022-09-28
  • 来自专栏好奇心Log

    Python可视化 | WRF模式模拟数据后处理(一)

    = [int(x/10.) for x in lons.shape] plt.barbs(to_np(lons[::thin[0], ::thin[1]]), to_np( lats[::thin[0], ::thin[1]]), to_np(u_sfc[::thin[0], ::thin[1]]), to_np(v_sfc [::thin[0], ::thin[1]]), transform=crs.PlateCarree()) plt.clabel(slp_contours, fmt="%i" = [int(x/10.) for x in lons.shape] plt.barbs(to_np(lons[::thin[0], ::thin[1]]), to_np(lats [::thin[0], ::thin[1]]), to_np(u_850[::thin[0], ::thin[1]]), to_np(v_850[::thin[

    7.3K37发布于 2021-08-26
  • 来自专栏杨建荣的学习笔记

    awr中DB CPU过低的原因分析(r4笔记第20天)

    %Total Elapsed Time (s) SQL Id SQL Module SQL Text 20,877,607 304 15.86 146.80 aty7a3bvqfxxx JDBC Thin ... 6,700,190 53 5.09 48.73 4pbpdtw14s7bg JDBC Thin Client /* null_CL9CommActivity_update... 6,491,924 5,631 3.16 46.95 axjaa2n7rx9b0 JDBC Thin Client SELECT COUNT(1) FROM (/* AR9_S... 4,101,017 280,418 /*+ ordered use_nl (bl1... 2,552,705 33 1.94 4.19 a331y50gxz8gb JDBC Thin Client SELECT COUNT(*) FROM Client /* MSD_SubLogSelect_selectNonQ... 1,967,921 32,264 1.49 7.24 bwjxuug65z19n JDBC Thin Client

    1.2K90发布于 2018-03-15
领券