在线字典为您在线查询行散的词典内容如下,包括行散的拼音,读音,拼读;行散的意思和详细释义,行散的近反义词,行散的英语翻译,用行散这个词语怎么造句等内容。
行散读音/繁体/五笔/英文翻译
拼音 | xíng sàn | 读音 | 跟我读 |
---|---|---|---|
繁体 | 行散 | 类型 | 词语大全 |
五笔 | 此词无五笔连打 | 平音 | xingsan |
词性 | 中性 | 语法 | |
拼读 | 西(xi1)迎(ying2),行(xing2)|思(si1)按(an4),散(san4) | ||
英语翻译 | 非流行散文Unpopular Essays |
行散是什么意思?
· 基本释义
1.魏晋南北朝士大夫好服五石散(一名寒食散),服后须行走以散发药性,叫做“行散”。也称行药。
2.泛指散步。
3.谓施药治病。散,散剂。
· 详细释义
魏 晋南北朝 士大夫好服五石散(一名寒食散),服后须行走以散发药性,叫做“行散”。也称行药。
南朝 宋 刘义庆 《世说新语·德行》:“ 覬 ( 殷覬 )尝亦即晓其旨,因行散率尔去下舍,便不復还。”
泛指散步。
宋 杨万里 有《雨后郡圃行散》诗。 清 陈维崧 《雨淋铃·秋过城南蒋氏园亭》词:“斜阳城闕,晚秋行散,偶尔游歇。”
谓施药治病。散,散剂。
《水浒传》第一一四回:“ 安子 青囊艺最精, 山东 行散有声名。人夸脉得 仓公 妙,自负丹如 蓟子 成。”
行散的近反义词?
行散近义词:抱歉,查无行散的近义词
行散反义词:抱歉,查无行散的反义词
行散词语接龙
(~行散~)在开头的接龙:散开,散放,散发,散光,散水,散射,散落,散心,散失,散剂,散户,散装,散伙,散布,散场,散会,散件,散播,散工,散架
(~行散~)在结尾的接龙:扩散,零散,驱散,飞散,四散,色散,弥散,离散,逃散,遣散,涣散,拆散,解散,消散,飘散,流散,云散,闲散,失散,放散
暂时无法为您进行行散的词语顺序接龙!
用行散怎么造句?
您好,暂未查询到行散造句的内容。
通过对上述两个表的连接键(pdb_id)进行散列处理来分布两个表也能确保给定pdbml文档中所有原子行均能作为本身的PDBML文档存储在相同的数据库分区中。
Distributing both tables by hashing on their join key (pdb_id) also ensures that all atom rows for a given PDBML document are stored in the same database partition as the PDBML document itself.
如果使用了这种方法,定向于某个给定分区的散列行首先会进入一个缓冲区中,然后成组地发送到那个分区,而不是一次发送一行。
When this approach is in use, hashed rows destined for a given partition are placed in a buffer and sent to that partition as a group instead of one at a time.
注意,执行计划表明,每个散列连接的左边分支将返回大约800,000行,这是一个相当大的数字。
Note that the execution plan indicates that the left leg of each hash join will return about 800,000 rows, a significant number.
如果数据库分区和范围分区一同使用,那么表内的行首先会跨数据库分区做散列处理,然后再在每个数据库分区中执行范围分区。
If database partitioning and range partitioning are used together, the rows in a table are first hashed across the database partitions and then range-partitioned within each database partition.
然后针对事实表扫描的每一行,外键也被散列并探测到位向量中,从而判断当前的事实表行是否被过滤掉了。
Then for each row from the fact table scan, the foreign key is also hashed and probed into the bit vector to determine whether the current fact table row is filtered out.
如这个查询计划所示,不止一个散列表的键可以被下推来过滤事实表的行。
As this query plan shows, keys from more than one hash table build can be pushed down to filter rows of the fact table.
如果查找成功,就检索可以作为散列引用回给调用者的那一行。
If this succeeds, that row is retrieved as a hash reference that can be returned to the caller.
求你献谋略,行公平,使你的影子在午间如黑夜,隐藏被赶散的人,不可显露逃民。
Take counsel, execute judgment; make thy shadow as the night in the midst of the noonday; hide the outcasts; bewray not him that wandereth.
在使用DPF时,根据表的分布键(这在创建表时定义)的散列值,把表的每一行放在特定的数据库分区中。
With DPF, each row of a given table is placed in a specific database partition based on the hashed value of the table's distribution key, which is defined when the table is created.
根据估计,访问计划中的散列连接将返回1行,而实际上是4行。
The hash join in the access plan estimates that 1 row will be returned when in fact it is 4 rows.
构建散列表时,连接键被下推用于过滤事实表的行,性能也显著提高。
When hash tables are built, join keys are pushed down and used to filter the rows of the fact table, and performance improves dramatically.
结果的第一行提供了密匙散列。
The first line of the result gives the hash of the key.
Time维度表中满足过滤条件的 time_id 连接键被散列以创建一个位向量,用于过滤以上跳跃式扫描的Orders 表行。
The time_id join keys that meet the filter requirements on the Time dimension table are hashed to create a bit vector that filters rows of the Orders table from the skip scan above.
salt信息及散列信息将被输出到第二行中,并且应当被放置在名为mouse . signatures的文件中。
Salt and hash information is printed on the second line, and should be placed in a file called mouse.signatures.
清单7中的for循环将它们奇怪的文件名转换成简单的X,Y(列和行)坐标,并将它们的值存储在%vals散列中。
The for loop in Listing 7 translates their filename vagaries into simple X, Y (column and row) coordinates, and stores their values in the % vals hash.
请特别注意清单中的以下代码行:(1):urlarguments类是一个小型实用工具类,它将URL参数解析为散列表对象。
Pay particular attention to these lines in this listing: (1) : the UrlArguments class is a small utility class that parses the URL arguments into a hashtable object.
散列分区是用于确定每一行在分区表中的位置的方法。
Hash partitioning is the method by which the placement of each row in the partitioned table is determined. The method works as follows.
这支电视广告的镜头先从水下聚焦四散奔逃的绿螃蟹,紧接着是一架商务飞机扶摇直上,离背景中的上海渐行渐远。
The video AD zooms in on a gaggle of green crabs scurrying around under the water, and then a corporate jet taking off with Shanghai in the background.
SEA可以使血行播散所致或邻近结构直接感染。
An SEA can result through hematogenous spread or from direct extention of adjacent discitis or osteomyelitis.
一些散在淡黄色的脂斑分布于已剖开的冠状动脉内膜面,冠状动脉走行于心脏外膜表面。
A few scattered yellow lipid plaques are seen on the intimal surface of the opened coronary artery traversing the epicardial surface of a heart.
肺泡细胞癌极易与肺部感染,血行播散型肺结核,肺转移癌误诊。
It is usually misdiagnosed as pulmonary infection, hematogenous pulmonary tuberculosis and metastatic carcinoma of lung.
后方硬膜外脓肿可能是由于远方感染的血行播散所致。
Posterior epidural abscesses may occur as a result of hematogenous spread of remote infections.
L 615白血细胞于局部接种后迅速增殖,同时侵入局部血管进入血行,向全身播散。
Leukemic cells in L615 rapidly proliferate following subcutaneous inoculation, invade the blood vessels at the inoculated site, and disseminate by way of the blood stream to the entire body.
细支气管肺泡细胞癌易与肺部感染、浸润型肺结核和血行播散型肺结核等误诊。
It is usually misdiagnosed as pulmonary infection, infiltrative pulmonary tuberculosis and hematogenous pulmonary tuberculosis.
这种单一的脓肿可能是血行播散的。
This lone abscess was probably hematogenous in origin.
方法对8所幼儿园的2 10 0名4 ~6岁儿童进行远视力普查筛选,视力低常者行眼科常规检查及阿托品散瞳验光。
Methods visual acuity of 2100 4 ~ 6 years old children in 8 kindergartens were surveyed, and those whose visual acuity were subnormal were optic examined and atropine was used.
方法对8所幼儿园的2 10 0名4 ~6岁儿童进行远视力普查筛选,视力低常者行眼科常规检查及阿托品散瞳验光。
Methods visual acuity of 2100 4 ~ 6 years old children in 8 kindergartens were surveyed, and those whose visual acuity were subnormal were optic examined and atropine was used.
上述为您在线提供的行散的相关内容全部来自在线汉语词典,希望对您学习行散这个词语有帮助。