我以为我知道string.contains()是如何在Kotlin和Java中工作的,但显然我不知道。
我得到了一小部分代码,其中包含一个文件名列表,如果不包含特定的单词,则将它们放到另一个列表中。
for (i in 0..filliste.size-1) {
if (!filliste[i].contains("utenfastbopel") || !filliste.contains("sperret") ||
!filliste.contains("reservert")){
var a =
我想要创建一个库,在创建依赖文件时跳过一个不包含的依赖文件。
例:-
liba.so: a.o b.o c.o test.psm
<command for creating liba.so, which includes all its dependencies.>
在这里,当有任何变化是它的依赖项时,我必须创建liba.so文件。但是.so文件应该只包含.o文件,而不包括test.psm文件。
当我们尝试使用非对象文件创建.so文件时,它将引发错误。
请帮助我如何使用GNUmake实现这一目标。
在本例中,我有一个包含2个PNG文件的目录:
% ls test_folder
1.png 2.png
列出目录中的所有PNG文件是有效的:
% echo test_folder/*.png
test_folder/1.png test_folder/2.png
但是,检查一个目录是否包含任何PNG文件总是返回false。
% if [[ -f test_folder/*.png ]]; then echo 'found'; else echo 'not found'; fi
not found
告诉我这是可行的。我哪里出错了?请原谅我对巴什的理解有限。
我的第一个问题是。我认为include工具将有助于生成一个文件,该文件包含有关php文件是如何通过include-和require-语句连接的信息,并且它尤其能够通过解析代码来收集必要的信息……问题是我不能/不想执行代码来获取include-information。尽管我找到的所有示例似乎都需要运行该项目。
在中,您可以找到以下示例:
<?php
// File to store the inclued information
$fp = fopen('/tmp/wp.ser', 'w');
if ($fp) {
$clue = inclued_g